Sign in
rust
/
rust
/
98f87362d97d3b9eaeea66a7cf20d11e5bb70dbd
/
.
/
src
/
rustc-std-workspace
/
rustc-std-workspace-core
/
src
/
lib.rs
blob: 38b1615a024fa5039828d1a6bb64235eaea04603 [
file
] [
log
] [
blame
]
#![
no_std
]
extern
crate core
as
the_core
;
pub
use
the_core
::*;