rusty-cheddar
Header generator
Automatically generates C header files from Rust source code
A Rust crate for automatically generating C header files from Rust source file.
191 stars
8 watching
25 forks
Language: Rust
last commit: over 6 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
suirad/zig-header-gen | Automates code generation of headers and bindings for multiple languages from Zig source code | 77 |
peco602/rust-universal-compiler | A container solution to compile Rust projects across multiple operating systems. | 32 |
gurugio/rust-for-linux | Adding support for the Rust language to the Linux kernel | 6 |
rust-lang/cc-rs | Provides build scripts to compile C/C++ code into a Rust library | 1,885 |
rust-embedded/svd2rust | Generates Rust code from SVD files used in embedded systems design. | 724 |
rust-lang/rustc-dev-guide | An online guide to understanding the Rust compiler's inner workings and contributing to it | 1,679 |
vittorioromeo/unosolo | A tool that converts C++ header-only libraries to single self-contained headers. | 26 |
rust-osdev/cargo-xbuild | Automates cross-compilation of sysroot crates for Rust projects | 259 |
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 |
skvadrik/re2c | Automates the creation of lexical analyzers for various programming languages. | 1,113 |
frol/flatc-rust | A tool that compiles FlatBuffers code into Rust helpers for working with the flatBuffers library. | 108 |
xudong-huang/generator-rs | A Rust library that provides a stackful coroutine framework with generator support and basic concurrency features. | 314 |
cargo-generate/cargo-generate | Tool to help developers create new Rust projects quickly from existing templates | 2,006 |
rustcc/coroutine-rs | Provides an implementation of cooperative multitasking in Rust | 412 |
rustyrussell/ccan | A collection of C libraries and utilities focused on providing a centralized repository of pre-written code for various tasks. | 1,108 |