//! *Implementation detail of the `cxx` crate.* #[macro_use] mod macros; mod exception; mod rust_str; mod rust_string; mod rust_vec;