flatc

Crates.ioflatc
lib.rsflatc
version0.2.2+23.5.26
sourcesrc
created_at2020-04-26 08:13:54.463466
updated_at2023-07-15 23:44:10.924258
descriptionVendored executable of flatbuffer's `flatc`.
homepage
repositoryhttps://github.com/chippers/flatc.rs
max_upload_size
id234193
size13,617,284
chip (chippers)

documentation

https://docs.rs/flatc

README

flatc

Builds flatbuffers and provides the path to the built flatc. Intended for use by build scripts, but can be useful otherwise if the project is using flatc during runtime. The flatbuffers version is determined by the build identifier for the crate version. v0.2.0+2.0.0 means the crate is version 0.2.0 and the vendored flatbuffers version is 2.0.0. There's no pressure in releasing crate version 1.0.0 since this is primarily a build tool, so it will come eventually after nothing needs to be fixed/added for a while.

crates.io docs.rs github actions license

Commit count: 31

cargo fmt