Macro autocxx::name

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

The name of the mod to be generated with the FFI code. The default is ffi.

A directive to be included inside include_cpp - see include_cpp for general information.