Docs.rs
confgr_core-0.2.1
confgr_core 0.2.1
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
N4D1K-lgtm
Dependencies
config ^0.14.0
normal
serde ^1.0.199
normal
thiserror ^1.0.59
normal
Versions
47.83%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Crate confgr_core
confgr_
core
0.2.1
All Items
Crate Items
Enums
Traits
Crate
confgr_
core
Copy item path
Source
Enums
§
Confgr
Error
Shared error type for configuration-related errors.
Traits
§
Confgr
Provides a unified approach to load configurations from environment variables, files, and default settings. This trait is typically derived using a macro to automate implementations based on struct field names and annotations.
Empty
Creates an empty configuration layer, used to initialize all
None
’s, instead of
Default
.
FromEnv
Deserializes a configuration layer from environment variables.
From
File
Deserializes a configuration layer from a file.
Merge
Merges configuration layers. Self takes precedence over other.