oden/third-party/vendor/unicode-normalization/src/no_std_prelude.rs
2024-03-08 11:03:01 -08:00

6 lines
111 B
Rust
Executable file

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