Install flatc
Install cmake
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