stratify 1.1.0

Layered configuration and structured logging for Rust services: pluggable sources, priority merging, typed access, and a tracing facade
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Documentation

- **[design.md]./design.md** — why the crate works the way it does: the
  inverted priority ordering, deep merging, the async trait, and the Azure
  credential model.
- **[../examples/]../examples/** — runnable examples, compiled by CI.
- **[docs.rs/stratify]https://docs.rs/stratify** — API reference.
- **[../CONTRIBUTING.md]../CONTRIBUTING.md** — local commands and what review
  looks at.
- **[../SECURITY.md]../SECURITY.md** — reporting, and the supply-chain
  controls this repository applies to itself.

Prose here is limited to what cannot be verified by the compiler. Anything that
can be an example is an example, because an example that stops working fails CI
and a paragraph that stops being true does not.