conflaguration 1.2.0

typed settings structs from environment variables
Documentation
1
2
3
4
5
6
7
8
use conflaguration::Validate;

#[derive(Validate)]
enum BadConfig {
    A,
}

fn main() {}