7 lines
111 B
Rust
7 lines
111 B
Rust
#[cfg(not(feature = "std"))]
|
|
pub use alloc::{
|
|
str::Chars,
|
|
string::{String, ToString},
|
|
vec::Vec,
|
|
};
|