Crate diskplan_config

Crate diskplan_config 

Source
Expand description

Configuration for the system

Example config file:

[stems.main]
root = "/tmp/diskplan-root"
schema = "simple-schema.diskplan"

Structsยง

Config
Application configuration
ConfigFile
Deserialization of diskplan.toml
ConfigStem
Configuration for a single stem within diskplan.toml
SchemaCache
An append-only cache of schemas (SchemaNode roots) keyed by their on-disk file path
Stems
Collection of rooted schemas; a map of each Root to the SchemaNode configured for this root