aboutsummaryrefslogtreecommitdiff
path: root/src/no_std_prelude.rs
blob: 838d122f4e7a7f50ef7cfb1d9bd45d4f2d042996 (plain)
1
2
3
4
5
6
#[cfg(not(feature = "std"))]
pub use alloc::{
    str::Chars,
    string::{String, ToString},
    vec::Vec,
};