env2config 1.0.1

Load environment variables into structs
Documentation
1
2
3
pub trait FromEnv {
    fn from_env() -> Self;
}