flowmium 0.0.9

Flowmium is a workflow orchestrator that use Kubernetes
Documentation
1
2
3
4
5
6
use std::process::ExitCode;

#[tokio::main]
async fn main() -> ExitCode {
    flowmium::driver::run().await
}