Thanks to visit codestin.com
Credit goes to docs.rs

rustc_std_workspace_alloc/
lib.rs

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