flatbuffers/samples
Robert 3c54fd964b Port FlatBuffers to Rust (#4898)
This is a port of FlatBuffers to Rust. It provides code generation and a
runtime library derived from the C++ implementation. It utilizes the
Rust type system to provide safe and fast traversal of FlatBuffers data.

There are 188 tests, including many fuzz tests of roundtrips for various
serialization scenarios. Initial benchmarks indicate that the canonical
example payload can be written in ~700ns, and traversed in ~100ns.

Rustaceans may be interested in the Follow, Push, and SafeSliceAccess
traits. These traits lift traversals, reads, writes, and slice accesses
into the type system, providing abstraction with no runtime penalty.
2018-09-02 18:26:55 -07:00
..
android
lua/MyGame/Sample Lua (5.3) Language addition (#4804) 2018-07-05 15:55:57 -07:00
android_sample.sh
csharp_sample.sh Convert net/FlatBuffers project to be compatible with netstandard (#4811) 2018-07-16 09:13:36 -07:00
dart_sample.sh Add [Dart] support (#4676) 2018-05-18 11:06:15 -07:00
go_sample.sh
java_sample.sh
javascript_sample.sh
monster.fbs
monster_generated.h Renamed Verifier methods 2018-07-16 16:42:10 -07:00
monster_generated.lobster FlatBuffers implementation for the Lobster programming language 2018-07-29 13:23:00 -07:00
monster_generated.rs Port FlatBuffers to Rust (#4898) 2018-09-02 18:26:55 -07:00
monsterdata.json FlatBuffers implementation for the Lobster programming language 2018-07-29 13:23:00 -07:00
php_sample.sh
python_sample.sh
sample_binary.cpp Made all C++ files clang-formatted. 2017-12-21 11:45:02 -08:00
sample_binary.go
sample_binary.lobster FlatBuffers implementation for the Lobster programming language 2018-07-29 13:23:00 -07:00
sample_binary.lua Lua (5.3) Language addition (#4804) 2018-07-05 15:55:57 -07:00
sample_binary.py
sample_binary.rs Port FlatBuffers to Rust (#4898) 2018-09-02 18:26:55 -07:00
sample_text.cpp Made all C++ files clang-formatted. 2017-12-21 11:45:02 -08:00
sample_text.lobster FlatBuffers implementation for the Lobster programming language 2018-07-29 13:23:00 -07:00
SampleBinary.cs
SampleBinary.java
samplebinary.js
SampleBinary.php