#alloc #ext #extension #module

alloc-ext

Useful extensions to alloc library

1 unstable release

0.1.1 Jul 29, 2024

#324 in Memory management

Custom license

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.

No runtime deps