config-types 0.1.0

A library which provides ergononic types for configuration files
Documentation
1
2
3
4
5
6
7
8
9
10
# 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