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 (
SchemaNoderoots) keyed by their on-disk file path - Collection of rooted schemas; a map of each
Rootto theSchemaNodeconfigured for this root