std extensions

Status: CI

Project info: Docs.rs Latest Version License Rust 1.53+ required

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.

The minimal supported Rust version for release 0.3 is 1.53. However, if you need to use this crate with an older version of the compiler, check out release 0.2; there is a good chance that it will suit your needs.

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.