rustc-std-workspace-alloc 1.0.1

crate for integration of crates.io crates into rust-lang/rust standard library workspace
Documentation
1
2
3
#![no_std]
extern crate alloc as the_alloc;
pub use the_alloc::*;