std extensions

Additional features for the Rust standard library.

Description

This crate contains enhancements to the Rust standard library structures, useful for broad audience, but not yet implemented (or stabilized) in std.

Crate is designed to be lightweight (no external dependencies!) and provide essential functionality which possible can get to the std some day.

Highlights

...and other features. For a full list, check out the crate documentation.

Motivation

Standard library is great, and it becomes even better through time. However, a time gap between proposing a new feature and getting it stabilized is way too big.

This crate, however, can be updated quickly and the feature will be usable on the stable Rust soon after implementation.

Contributing

If you want to contribute to this project, please read the contributing guide.

LICENSE

stdext library is licensed under the MIT License. See [LICENSE] for details.