blob: 77a0b746b5e01d57cd792e915ada51af3fe70070 [file] [log] [blame]
//! The Rust core allocation and collections library
//!
//! This library provides smart pointers and collections for managing
//! heap-allocated values.
mod extend;
mod from_stream;
#[doc(inline)]
pub use std::vec::Vec;