swf_builders
Fluent builder API for constructing Serverless Workflow definitions programmatically in Rust.
Example
use WorkflowBuilder;
use json;
use HashMap;
let workflow = new
.use_dsl
.with_namespace
.with_name
.with_version
.do_
.build;