# Config types for rust
This is a collection of config types for Rust.
It is intended to be used with
- [config](https://crates.io/crates/config)
- [figment](https://crates.io/crates/figment)
- or any other configuration library that supports `serde`.
## Usage
// TODO