aboutsummaryrefslogtreecommitdiff
path: root/src/vector.rs
blob: 4afd4879ada7632937e1463eaaed60bc6d9f2c18 (plain)
1
2
3
4
5
6
7
8
9
//! Less used details of `CxxVector`.
//!
//! `CxxVector` itself is exposed at the crate root.

pub use crate::cxx_vector::{Iter, IterMut, VectorElement};
#[doc(inline)]
pub use crate::Vector;
#[doc(no_inline)]
pub use cxx::CxxVector;