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