macro_rules! generate_ns {
    ($($tt:tt)*) => { ... };
}Expand description
Generate Rust bindings for all C++ types and functions in a given namespace. A directive to be included inside include_cpp - see include_cpp for general information. See also generate.