1//! *Implementation detail of the `cxx` crate.* 2 3#[macro_use] 4mod macros; 5 6mod exception; 7mod rust_str; 8mod rust_string; 9mod rust_vec;