Documentation
# gu <!-- omit from toc -->

Generic Helpers.

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

- [Installation]#installation

## Installation

```shell
cargo add gu@=0.1.0
```

or

`Cargo.toml`

```toml
[dependencies]
gu = "=0.1.0"
```

or

```toml
[dependencies.gu]
version = "=0.1.0"
```

or

```toml
[workspace.dependencies.gu]
version = "=0.1.0"
```