cbindgen 0.1.6

A tool for generating C bindings to Rust code.
Documentation
1
2
3
4
5
6
7
8
9
mod config;
mod directive;
mod items;
mod library;
mod rust_lib;
mod syn_helpers;

pub use self::config::*;
pub use self::library::Library;