flatc-fork 0.5.0+25.12.19

Vendored executable of flatbuffer's `flatc` (maintained fork).
Documentation
  • Coverage
  • 100%
    2 out of 2 items documented0 out of 1 items with examples
  • Size
  • Source code size: 13.89 MB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 244.39 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • itpetey/flatc.rs
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • itpetey

flatc

crates.io docs.rs github actions license

This is a fork of github.com/chippers/flatc.rs that I am maintaining. All credit to @chippers for the original codebase.

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.

Updating flatbuffers

Updates are done automatically via the release workflow, which is run each day at 12am UTC.