Skip to main content

Crate tomldir

Crate tomldir 

Source

Structs§

Config
Thread-safe, immutable configuration container.

Enums§

Error
Errors specific to tomldir.
Value
Representation of a TOML value.

Traits§

Store
Internal helper trait for map-like storage. It exists solely to let Config<S> work with different map implementations without leaking complexity into the public API.

Type Aliases§

DefaultStore
Default backing store used by Config.
Result