molten-core 0.0.1

Core domain models, traits, and types for the Molten document and workflow management system
Documentation
1
2
3
4
5
6
7
8
9
10
//! # Molten Core
//! 
//! `molten-core` provides the foundational domain models, traits, and types for the Molten 
//! Document and Workflow Management system. This crate defines the contracts that all other 
//! Molten crates implement and depend upon.
//! 
//! 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)]