Crate realme

Crate realme 

Source

Re-exports§

pub use errors::Error;
pub use realme::Realme;
pub use realme::RealmeBuilder;
pub use utils::Map;
pub use value::Value;

Modules§

errors
Error types for the crate
prelude
Prelude for the crate
realme
This module contains the core Realme struct and its builder.
utils
value

Macros§

builder
file
source_debug
toml

Structs§

Adaptor
Represents an adaptor that wraps a source of configuration data.
EnvParser
A parser for environment variables.
EnvSource
Represents a source for environment variables with a specific prefix.
FileSource
Represents a source that reads configuration data from a file.
SerParser
SerSource
StringSource
A Source implementation that reads from a string buffer.

Traits§

Parser
A trait for parsing input of type T into a serializable item.
Source
Trait representing a source of configuration or data