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
The data that defines an LRS is serialized using the [FlatBuffers format](https://flatbuffers.dev/).
10
+
11
+
The schema is described in [schema/lrs.fbs](schema/lrs.fbs). The library is written in rust and the [generated file](src/lrs_generated.rs) is commited. This means there is no need to have the `flatc` executable to build and run this project.
12
+
13
+
If your contribution changes the schema, you will need to generate the file with
0 commit comments