Files
simple-rust-tests/flatbuffers
2020-06-26 00:41:07 +08:00
..
2020-06-26 00:41:07 +08:00
2020-06-25 23:22:18 +08:00
2020-06-25 23:22:18 +08:00
2020-06-25 23:22:18 +08:00
2020-06-26 00:41:07 +08:00

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