Sign in
rust
/
rust
/
4e2ede2c5bc2f8790ef28fdf43ebab3e2f5c80a0
/
.
/
src
/
rustc-std-workspace
/
rustc-std-workspace-alloc
/
src
/
lib.rs
blob: 938b8bb29b6068a4eb4466aa0ba03a1ca5d82eae [
file
]
#![
no_std
]
extern
crate alloc
as
the_alloc
;
pub
use
the_alloc
::*;