cheadergen 0.3.0

Annotations for controlling C/C++ header generation from Rust.
Documentation
1
2
3
4
5
6
7
#[cheadergen::config(rename = "")]
#[repr(C)]
pub struct Foo {
    pub field: u32,
}

fn main() {}