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