osrm-backend/third_party/flatbuffers/rust/flatbuffers
2024-06-22 13:33:34 +02:00
..
src Merge commit '0f6aab9da6fe982218a01f4a5b896e65fcced437' as 'third_party/flatbuffers' 2024-06-22 13:33:34 +02:00
build.rs Merge commit '0f6aab9da6fe982218a01f4a5b896e65fcced437' as 'third_party/flatbuffers' 2024-06-22 13:33:34 +02:00
Cargo.toml Merge commit '0f6aab9da6fe982218a01f4a5b896e65fcced437' as 'third_party/flatbuffers' 2024-06-22 13:33:34 +02:00
README.md Merge commit '0f6aab9da6fe982218a01f4a5b896e65fcced437' as 'third_party/flatbuffers' 2024-06-22 13:33:34 +02:00

Flatbuffers

FlatBuffers is a cross platform serialization library architected for maximum memory efficiency. It allows you to directly access serialized data without parsing/unpacking it first, while still having great forwards/backwards compatibility. It was originally created at Google for game development and other performance-critical applications.

See our