std2 0.1.1

"minimal std is a feature" - a coping rust shill.
Documentation
# std2 <!-- omit from toc -->

"minimal std is a feature" - a coping rust shill.

[crates.io](https://crates.io/crates/std2) |
[API Docs (docs.rs)](https://docs.rs/std2) |
[Changelog](CHANGELOG.md) |
[License](LICENSE)

- [Installation]#installation

## Installation

```shell
cargo add std2@=0.1.1
```

or

`Cargo.toml`

```toml
[dependencies]
std2 = "=0.1.1"
```

or

```toml
[dependencies.std2]
version = "=0.1.1"
```