blob: 4afd4879ada7632937e1463eaaed60bc6d9f2c18 [file] [log] [blame]
David Tolnay751ee022021-03-25 02:02:20 -04001//! Less used details of `CxxVector`.
2//!
3//! `CxxVector` itself is exposed at the crate root.
David Tolnayc2c1e3b2021-03-25 00:53:32 -04004
David Tolnay3690e652021-03-25 02:01:07 -04005pub use crate::cxx_vector::{Iter, IterMut, VectorElement};
David Tolnayc2c1e3b2021-03-25 00:53:32 -04006#[doc(inline)]
7pub use crate::Vector;
David Tolnay676bb462021-03-25 01:05:01 -04008#[doc(no_inline)]
9pub use cxx::CxxVector;