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)
107 stars
6 watching
11 forks
Language: Rust
last commit: 9 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. | 916 |
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,038 |
brendanzab/gl-rs | A tool that generates bindings to OpenGL APIs | 682 |
emk/rust-musl-builder | Provides a way to build static Rust binaries for various crates, including OpenSSL and Diesel. | 1,539 |
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. | 146 |
rust-lang/rustc-dev-guide | An online guide to understanding the Rust compiler's inner workings and contributing to it | 1,667 |
fgribreau/spinners | Provides a collection of terminal spinners for creating interactive user interfaces in Rust | 541 |
xfbs/diff.rs | Compiles Rust code into a WebAssembly binary for rendering diff between crate versions | 106 |
cargo-generate/cargo-generate | Tool to help developers create new Rust projects quickly from existing templates | 1,967 |
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,031 |
rust-lang/rust | The Rust project provides tools and infrastructure to build efficient, reliable software | 98,564 |
rust-fuzz/afl.rs | A tool for finding security and stability issues in Rust code by testing it with pseudo-random data. | 1,651 |