flatc-rust
FlatBuffers helper generator
A tool that compiles FlatBuffers code into Rust helpers for working with the flatBuffers library.
FlatBuffers compiler (flatc) as API (with focus on transparent .fbs
to .rs
code-generation via Cargo build scripts integration)
108 stars
6 watching
11 forks
Language: Rust
last commit: 11 months ago
Linked from 1 awesome list
flatbuffershelpersrustrust-craterust-library
Related projects:
Repository | Description | Stars |
---|---|---|
rust-lang/flate2-rs | A library that provides bindings to various compression formats. | 936 |
sean1708/rusty-cheddar | Automatically generates C header files from Rust source code | 191 |
emoon/rust_minifb | A crate for creating windows and framebuffers on multiple platforms. | 1,045 |
brendanzab/gl-rs | A tool that generates bindings to OpenGL APIs | 683 |
emk/rust-musl-builder | Provides a way to build static Rust binaries for various crates, including OpenSSL and Diesel. | 1,541 |
peco602/rust-universal-compiler | A container solution to compile Rust projects across multiple operating systems. | 32 |
gridbugs/wfc | A collection of Rust libraries implementing a procedural generation algorithm. | 148 |
rust-lang/rustc-dev-guide | An online guide to understanding the Rust compiler's inner workings and contributing to it | 1,679 |
fgribreau/spinners | Provides a collection of terminal spinners for creating interactive user interfaces in Rust | 545 |
xfbs/diff.rs | Compiles Rust code into a WebAssembly binary for rendering diff between crate versions | 113 |
cargo-generate/cargo-generate | Tool to help developers create new Rust projects quickly from existing templates | 2,006 |
calder/rust-goldenfile | Testing tool for validating application output against expected versions. | 38 |
aflplusplus/libafl | A framework for building custom fuzzers using Rust, allowing developers to extend and customize their fuzzing capabilities. | 2,059 |
rust-lang/rust | Empowering software developers to build reliable and efficient software using a fast and memory-efficient language with strong type safety and comprehensive tooling. | 99,490 |
rust-fuzz/afl.rs | A tool for finding security and stability issues in Rust code by testing it with pseudo-random data. | 1,668 |