1 2 3 4 5
//! This module contains code that has been adapted from Rust standard library //! with minimal changes. pub mod slice; pub mod vec;