3 releases
0.1.1 | Jul 29, 2024 |
---|---|
0.1.0 | Jul 24, 2024 |
0.0.1-rc1 |
|
0.0.0 |
|
#8 in #ext
Used in romans
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.