molten-service 0.0.1

Application orchestration and business logic layer for Molten
Documentation
1
2
3
4
5
6
7
8
9
10
//! # Molten Service
//! 
//! `molten-service` provides the application orchestration layer for the Molten Document and 
//! Workflow Management system. This crate coordinates between documents, workflows, and storage 
//! to enforce business rules and manage the document lifecycle.
//! 
//! This crate is under active development and is not yet stable.
//! If this crate has been abandoned, please message me and we can discuss ownership transfer.

#![warn(missing_docs)]