<h1 align="center">unstd</h1>
<div align="center"><strong>
A little utility belt.
</strong></div><br />
<div align="center">
<a href="https://crates.io/crates/unstd">
<img src="https://img.shields.io/crates/v/unstd.svg?style=flat-square"
alt="Crates.io version" />
</a>
<a href="https://docs.rs/unstd">
<img src="https://img.shields.io/badge/docs.rs-latest-blue.svg?style=flat-square"
alt="docs.rs docs" />
</a>
<a href="https://crates.io/crates/unstd">
<img src="https://img.shields.io/github/workflow/status/asaaki/unstd/CI/main?style=flat-square"
alt="CI status" />
</a>
<a href="https://crates.io/crates/unstd">
<img src="https://img.shields.io/crates/d/unstd.svg?style=flat-square"
alt="Download" />
</a>
</div>
Tiny helpers which could be in `std::` of Rust, but aren't.
### License
<sup>
Licensed under either of <a href="LICENSE-APACHE">Apache License, Version
2.0</a> or <a href="LICENSE-MIT">MIT license</a> at your option.
</sup>
<br/>
<sub>
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in this crate by you, as defined in the Apache-2.0 license, shall
be dual licensed as above, without any additional terms or conditions.
</sub>