de_env-1.0.0-rc.2 has been yanked.
de_env helps you easily deserialize environment variables into a struct.
Example
Assuming we have a TIMEOUT, HOST and RETRY environment variable:
let config: Config = from_env?;
println!;