Crate travailleur

Source
Expand description

A Rust library implementing the Serverless workflow specification. In progress.

Implements v0.8 of the specification.

Re-exports§

pub use error::Error;
pub use error::Result;

Modules§

cache
Cache for resources referred to by workflow definitions.
error
Error type for this crate.
loader
Loader of workflow definition resources.
validation
Types and traits pertaining to validation.
workflow
Workflow types