blob: 47eb60d77527b13579eb3f329225928378db9d81 [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};
5#[doc(no_inline)]
6pub use crate::CxxVector;
7#[doc(inline)]
8pub use crate::Vector;