cheadergen 0.1.4

Annotations for controlling C/C++ header generation from Rust.
Documentation
1
2
3
4
5
#[cheadergen::config(export)]
#[unsafe(no_mangle)]
pub extern "C" fn my_func() {}

fn main() {}