Hans is a task orchestrator written in Rust.
Add `hans` in your `Cargo.toml`:
```toml
[dependencies]
hans = "1"
```
Add `hans` in your `requirements.txt`.
You can see several examples [here](examples).
See [full documentation](https://docs.rs/hans/latest/hans/).
cf. [CONTRIBUTING.md](CONTRIBUTING.md).