rustc_std_workspace_alloc/
lib.rs

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