crabflow 0.1.0

Task orchestrator.
Documentation
# crabflow

crabflow is a task orchestrator written in Rust.

## Getting started

### Rust

Add `crabflow` in your `Cargo.toml`:
```toml
[dependencies]
crabflow = "0"
```

### Python

Add `crabflow` in your `requirements.txt`.

## Examples

You can see several examples [here](examples).

## Docs

See [full documentation](https://docs.rs/crabflow/latest/crabflow/).

## Contributing

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