This crate provides a drop-in replacement for the standard (nightly-only) Allocator trait in Rust.
The reason it is provided it to stabilise the code base of the projects requiring and using the custom allocator and to avoid using the nightly code.
The MSRV
is 1.70
.