aboutsummaryrefslogtreecommitdiff
path: root/flags/src/lib.rs
blob: 55172b214db41b959ee527a020700e297b6ba8bf (plain)
1
2
3
4
5
6
7
//! This crate is an implementation detail of the `cxx` and `cxx-build` crates,
//! and does not expose any public API.

mod r#impl;

#[doc(hidden)]
pub use r#impl::*;