flatbuffers-rust 0.1.2

FlatBuffers in Rust (To be continue).
Documentation
1
2
3
4
5
6
7
8
pub mod flatbuffer;
#[macro_use]
pub mod flatbuffer_builder;
pub mod flatbuffer_helper;
pub mod flatbuffer_var;
pub mod flatbuffer_handler;
#[macro_use]
pub mod flatbuffer_manager;