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