This crate provides many extensions to core/std library types, and provides some new abstractions.

This crate provides:

no-std support

To use this crate in no_std contexts disable the default-feature.

Supported Rust versions

This crate support Rust back to 1.20, using a build script to automatically enable features from newer versions.

Cargo Features

"std":Enables standard library support.Enabled by default.

"serde":Enables serde support.Disabled by default.

"typenum":Enables trait impls for typenum types.Disabled by default.