1 //! This crate is an implementation detail of the `cxx` and `cxx-build` crates, 2 //! and does not expose any public API. 3 4 mod r#impl; 5 6 #[doc(hidden)] 7 pub use r#impl::*; 8