blob: 838d122f4e7a7f50ef7cfb1d9bd45d4f2d042996 [file] [log] [blame]
#[cfg(not(feature = "std"))]
pub use alloc::{
str::Chars,
string::{String, ToString},
vec::Vec,
};