Sign in
android
/
platform
/
external
/
rust
/
crates
/
unicode-normalization
/
018221862b96a8236b3daa90bf7003d17490fcb0
/
.
/
src
/
no_std_prelude.rs
blob: 838d122f4e7a7f50ef7cfb1d9bd45d4f2d042996 [
file
] [
log
] [
blame
]
#[
cfg
(
not
(
feature
=
"std"
))]
pub
use
alloc
::{
str
::
Chars
,
string
::{
String
,
ToString
},
vec
::
Vec
,
};