Skip to main content

molten_workflow/
lib.rs

1//! # Molten Workflow
2//! 
3//! `molten-workflow` provides the workflow state machine engine, transition rules, and 
4//! workflow management for the Molten Document and Workflow Management system.
5//! 
6//! This crate is under active development and is not yet stable.
7//! If this crate has been abandoned, please message me and we can discuss ownership transfer.
8
9#![warn(missing_docs)]