molten-config 0.0.1

Configuration schema parsing and validation for Molten (YAML, TOML, JSON)
Documentation
1
2
3
4
5
6
7
8
9
10
//! # Molten Config
//! 
//! `molten-config` provides configuration schema parsing, validation, and runtime configuration 
//! management for the Molten Document and Workflow Management system. Supports YAML, TOML, 
//! and JSON configuration formats.
//! 
//! 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)]