Docs.rs
dynamic-config-0.0.1
Platform
x86_64-apple-darwin
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
dynamic-config 0.0.1
Hot-reloadable, lock-free application configuration with a one-attribute API, built on figment.
Crate
Source
Builds
Feature flags
Documentation
Hide files
..
deployment
actix_hello.rs
app.json
app.secrets.json
async_reload.rs
axum_hello.rs
basic.rs
cli.rs
config.json
config.toml
databases.json
discovery.rs
embassy_runtime.rs
encrypted.rs
env_only.rs
errors.rs
generic.rs
group.rs
hot_reload.rs
last_known_good.rs
layers.rs
limits.json
no_macro.rs
persistence.rs
pool.json
remote.rs
schema.rs
secrets.json
secrets.rs
sections.rs
smol_runtime.rs
testing.rs
tokio_runtime.rs
units.rs
validation.rs
1
2
3
4
5
6
7
{
"
server
"
:
{
"
host
"
:
"
127.0.0.1
"
,
"
port
"
:
8080
,
"
tags
"
:
[
"
example
"
,
"
demo
"
]
}
}