blob: 899facd4d618b7c2eaed4c69fbdfa0e00fbd0314 [file] [log] [blame]
//! This crate is an implementation detail of the `cxx` and `cxx-build` crates,
//! and does not expose any public API.
#![allow(clippy::let_and_return)]
mod r#impl;
#[doc(hidden)]
pub use r#impl::*;