cbindgen 0.29.2

A tool for generating C bindings to Rust code.
Documentation
1
2
3
4
5
6
7
pub const B: u8 = 0;
pub const A: u8 = 0;

#[no_mangle]
pub static D: u8 = 0;
#[no_mangle]
pub static C: u8 = 0;