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 | 5 |
rust-lang/cc-rs | Provides build scripts to compile C/C++ code into a Rust library | 1,868 |
rust-embedded/svd2rust | Generates Rust code from SVD files used in embedded systems design. | 715 |
rust-lang/rustc-dev-guide | An online guide to understanding the Rust compiler's inner workings and contributing to it | 1,667 |
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 | 258 |
rust-lang/rust | The Rust project provides tools and infrastructure to build efficient, reliable software | 98,564 |
skvadrik/re2c | A lexer generator tool that creates efficient and easy-to-debug lexers for various programming languages. | 1,094 |
frol/flatc-rust | A tool that compiles FlatBuffers code into Rust helpers for working with the flatBuffers library. | 107 |
xudong-huang/generator-rs | A Rust library that provides a stackful coroutine framework with generator support and basic concurrency features. | 310 |
cargo-generate/cargo-generate | Tool to help developers create new Rust projects quickly from existing templates | 1,967 |
rustcc/coroutine-rs | Provides an implementation of cooperative multitasking in Rust | 414 |
rustyrussell/ccan | A collection of C libraries and utilities focused on providing a centralized repository of pre-written code for various tasks. | 1,104 |