cichy / steward

Task runner and process manager for Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Steward

crates.io API docs MIT licensed

Task runner and process manager for Rust.

steward

If you're not happy managing your infrastructure with a pile of bash scripts, this crate might be helpful. It provides base building blocks for defining and running various kinds of tasks. It's like foreman but more low-level, with Rust API and more flexibility & features.

Works great with clap!

Documentation

See docs.rs/steward.

Examples

See examples.

Limitations

Async runtimes

Tokio only.

License

MIT.

About

Task runner and process manager for Rust

License:MIT License


Languages

Language:Rust 100.0%