You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ A Python module implemented in Rust for serializing and deserializing RLBot's fl
6
6
7
7
To provide a fast, safe, and easy to use Python module for serializing and deserializing RLBot's flatbuffers.
8
8
9
-
A majority of the code is generated in the `build.rs` upon first compile and thrown into `src/python`.
9
+
A majority of the code is generated in the `codegen/` upon first compile and thrown into `src/python`.
10
10
11
11
This includes the code generated by `flatc` (living in `src/generated`), the Python wrapper binds to the generated Rust code, and the Python type hints (`rlbot_flatbuffers.pyi`).
0 commit comments