Re-exports§
pub use audit::Sanitize;pub use core::builder::ConfigBuilder;pub use core::builder::ConfigSaveExt;pub use core::builder::Environment;pub use core::builder::File;pub use core::ConfigLoader;pub use core::OptionalValidate;pub use error::ConfigError;pub use error_helpers::OptionExt;pub use error_helpers::ResultExt;pub use utils::FileFormat;pub use serde_json;
Modules§
Macros§
Traits§
- Config
Map - Trait for types that can be converted to a configuration map
- Deserialize
- A data structure that can be deserialized from any data format supported by Serde.
- Serialize
- A data structure that can be serialized into any data format supported by Serde.