4 releases
0.1.3 | Apr 25, 2024 |
---|---|
0.1.2 | Apr 25, 2024 |
0.1.1 | Apr 23, 2024 |
0.1.0 | Apr 23, 2024 |
#2504 in Rust patterns
12KB
361 lines
studs
Studs is a collection of meaningful extensions to the Rust standard library.
CAUTION
This entire project is a work is in project and most features are not yet implemented. Do not use this in production.
Goals
In the future, Studs aims to replace Rust's standard library where it is beneficial to do so. With this, it would be ideal for all projects to be written in one library.
With this, it aims to be a drop in replacement for regular projects, async projects, etc. It should work on any system, big or small.
FAQ
Since this is just a "fork", won't Rust's normal standard library very quickly outpace this one (due to its devoted maintainers)?
Studs will not entirely re-write Rust's standard library, but rather transform and integrate the code in ways that make it more useful without sacrificing any features.
Dependencies
~120KB