rustc_std_workspace_core/
lib.rs

1#![no_std]
2extern crate core as the_core;
3pub use the_core::*;