Files
simple-rust-tests/__serialization/flatbuffers/README.md
2020-10-17 12:01:53 +08:00

551 B

Install flatc

Install cmake

https://cmake.org/install/

Get flatbuffers

% git clone https://github.com/google/flatbuffers.git

Make

% cmake -G "Unix Makefiles"
% make
% make install
% flatc --version

Compile fbs

% flatc --rust file.fbs

FlatBuffers Binary Format