/steward

Task runner and process manager for Rust

Primary LanguageRustMIT LicenseMIT

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.