Expand description
Common re-exports for consumers of this crate. Curated prelude for platform config.
This module re-exports commonly used types and helpers from this crate.
Stability note: the prelude is a convenience API; prefer importing specific items in libraries to reduce the chance of breaking changes.
Re-exportsยง
pub use crate::config::AppConfig;pub use crate::config::ConfigSource;pub use crate::config::ConfigStack;pub use crate::errors::Error;pub use crate::errors::Result;pub use crate::kv::load_env_prefix;pub use crate::kv::load_kv_file;pub use crate::kv::merge_into;pub use crate::kv::ConfigMap;