Sign in
rust
/
rust
/
66ebb4febd2c3ad9f1de5bced17f6c43ea0feb40
/
.
/
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
::*;