1 unstable release
0.1.1 | Jul 29, 2024 |
---|
#334 in Memory management
13KB
library-extensions-rs
Utilities to enhance Rust`s dependency-free libraries.
All modules present in Rust's default library are mirrored in this crate. Module names are suffixed with a -ext
to avoid conflicts with Rust's standard libraries.
lib.rs
:
This crate is an extension of Rust`s dependency-free alloc library.
All modules present in Rust's default library are are mirrored in this library. Module names
are suffixed with a -ext
to avoid conflicts with Rust's standard libraries.