crabflow

Crates.iocrabflow
lib.rscrabflow
version0.1.0
sourcesrc
created_at2024-06-04 15:15:11.756734
updated_at2024-06-04 15:15:11.756734
descriptionTask orchestrator.
homepage
repositoryhttps://github.com/leroyguillaume/crabflow
max_upload_size
id1261472
size48,590
Guillaume Leroy (leroyguillaume)

documentation

README

crabflow

crabflow is a task orchestrator written in Rust.

Getting started

Rust

Add crabflow in your Cargo.toml:

[dependencies]
crabflow = "0"

Python

Add crabflow in your requirements.txt.

Examples

You can see several examples here.

Docs

See full documentation.

Contributing

cf. CONTRIBUTING.md.

Commit count: 2

cargo fmt