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