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