Expand description
A lightweight, high-performance TOML field extraction and manipulation tool.
This library provides functionality to read and modify TOML files through intuitive field paths, supporting nested structures, arrays, and type-aware value handling. It can be used both as a standalone CLI tool and as a library in other Rust projects.
Re-exports§
pub use error::TomlExtractError;pub use get::types::ExtractConfig;pub use set::types::SetConfig;