An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# `cmacro`

[![Crates.io](https://img.shields.io/crates/v/cmacro.svg)](https://crates.io/crates/cmacro)
[![Documentation](https://docs.rs/cmacro/badge.svg)](https://docs.rs/cmacro)

This is a library for parsing C macros and converting them to Rust functions or macros.