3 releases

0.1.1 Jul 29, 2024
0.1.0 Jul 24, 2024
0.0.1-rc1 Jul 24, 2024
0.0.0 Jul 24, 2024

#6 in #ext

37 downloads per month
Used in romans

Custom license

17KB
121 lines

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 core library.

All modules present in Rust's default library are mirrored in this library. Module names are suffixed with a -ext to avoid conflicts with Rust's standard libraries.

No runtime deps