Skip to main content

Crate molten_document

Crate molten_document 

Source
Expand description

§Molten Document

molten-document provides document schema definitions, field types, validation, and document management functionality for the Molten Document and Workflow Management system.

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.

Re-exports§

pub use error::DocumentValidationError;
pub use validator::validate_document;

Modules§

error
Defines error types specific to document validation within the molten-document crate.
validator
This module provides the core logic for validating a Document against its corresponding FormDefinition.