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
Realmestruct and its builder. - utils
- value
Macros§
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.
- File
Source - Represents a source that reads configuration data from a file.
- SerParser
- SerSource
- String
Source - A
Sourceimplementation that reads from a string buffer.