Macro autocxx::generate_all

source ·
macro_rules! generate_all {
    ($($tt:tt)*) => { ... };
}
Expand description

Generate Rust bindings for all C++ types and functions found. Highly experimental and not recommended. A directive to be included inside include_cpp - see include_cpp for general information. See also generate.