Crate diskplan_config
source ·Expand description
Configuration for the system
Example config file:
[stems.main]
root = "/tmp/diskplan-root"
schema = "simple-schema.diskplan"
Structs
- Application configuration
- Deserialization of diskplan.toml
- Configuration for a single stem within diskplan.toml
- An append-only cache of schemas (
SchemaNode
roots) keyed by their on-disk file path - Collection of rooted schemas; a map of each
Root
to theSchemaNode
configured for this root