tomldir 0.1.7

Lean TOML loader with runtime dot-path access and flattening into maps, optimized for tools and dynamic configs
Documentation
1
2
3
4
5
6
7
8
mod config;
mod error;
mod store;

pub use config::Config;
pub use error::{Error, Result};
pub use store::{DefaultStore, Store};
pub use toml::Value;