cheadergen 0.2.4

Annotations for controlling C/C++ header generation from Rust.
Documentation
1
2
3
4
5
6
#[test]
fn config_attribute() {
    let t = trybuild::TestCases::new();
    t.pass("tests/config/success/*.rs");
    t.compile_fail("tests/config/fail/*.rs");
}