# hans
Hans is a task orchestrator written in Rust.
## Getting started
Add `hans` in your `Cargo.toml`:
```toml
[dependencies]
hans = "0"
```
## Examples
You can see several examples [here](examples).
## Architecture
Hans orchestrates task chains. A task chain is composed by nodes of tasks that can be started in parallel. When a node is succeeded, the next one is started.

A task follows this flow:

## Contributing
cf. [CONTRIBUTING.md](CONTRIBUTING.md).