blob: 6963c3d604bd7a3ec86de318d8569878dcfc9a1d [file] [log] [blame]
David Tolnayc2c1e3b2021-03-25 00:53:32 -04001//! Less used details of `CxxVector` are exposed in this module. `CxxVector`
2//! itself is exposed at the crate root.
3
4pub use crate::cxx_vector::{Iter, IterMut};
David Tolnayc2c1e3b2021-03-25 00:53:32 -04005#[doc(inline)]
6pub use crate::Vector;
David Tolnay676bb462021-03-25 01:05:01 -04007#[doc(no_inline)]
8pub use cxx::CxxVector;