| David Tolnay | c2c1e3b | 2021-03-25 00:53:32 -0400 | [diff] [blame^] | 1 | //! Less used details of `CxxVector` are exposed in this module. `CxxVector` |
| 2 | //! itself is exposed at the crate root. | ||||
| 3 | |||||
| 4 | pub use crate::cxx_vector::{Iter, IterMut}; | ||||
| 5 | #[doc(no_inline)] | ||||
| 6 | pub use crate::CxxVector; | ||||
| 7 | #[doc(inline)] | ||||
| 8 | pub use crate::Vector; | ||||