blob: e382fcf2c9787739898884bc2107e5222f615784 [file] [log] [blame]
//! The Rust core string library
//!
//! This library provides a UTF-8 encoded, growable string.
mod extend;
mod from_stream;
#[doc(inline)]
pub use std::string::String;