https://github.com/reitermarkus/cmacro-rs
A C macro parser, evaluator and code generator.
https://github.com/reitermarkus/cmacro-rs
bindgen codegen rust
Last synced: about 1 year ago
JSON representation
A C macro parser, evaluator and code generator.
- Host: GitHub
- URL: https://github.com/reitermarkus/cmacro-rs
- Owner: reitermarkus
- Created: 2022-09-20T18:41:39.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-27T07:50:51.000Z (over 1 year ago)
- Last Synced: 2025-03-27T14:52:21.384Z (about 1 year ago)
- Topics: bindgen, codegen, rust
- Language: Rust
- Homepage:
- Size: 812 KB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 6
-
Metadata Files:
- Readme: ReadMe.md
Awesome Lists containing this project
README
# `cmacro`
[](https://crates.io/crates/cmacro)
[](https://docs.rs/cmacro)
This is a library for parsing C macros and converting them to Rust functions or macros.