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

#8 in #ext

Download history 16/week @ 2024-12-07 13/week @ 2024-12-14 2/week @ 2025-02-01

193 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