blob: 6963c3d604bd7a3ec86de318d8569878dcfc9a1d [file] [log] [blame]
//! Less used details of `CxxVector` are exposed in this module. `CxxVector`
//! itself is exposed at the crate root.
pub use crate::cxx_vector::{Iter, IterMut};
#[doc(inline)]
pub use crate::Vector;
#[doc(no_inline)]
pub use cxx::CxxVector;