Skip to main content

Crate bare_config

Crate bare_config 

Source
Expand description

bare-config

The type-safe configuration authority for Rust.

This crate provides a pluggable framework for full CRUD operations across multiple backends with ‘Parse, don’t validate’ philosophy.

Re-exports§

pub use content::ConfigContent;
pub use error::ConfigError;
pub use error::ConfigResult;
pub use key::Key;
pub use key::KeySegment;
pub use value::Value;

Modules§

content
Configuration content trait and implementations.
error
Error types for configuration operations.
ini
INI format support for configuration content.
json
JSON format support for configuration content.
key
Key type for configuration path representation.
properties
Properties format support for configuration content.
toml
TOML format support for configuration content.
value
Value type for unified configuration value representation.
yaml
YAML format support for configuration content.