3个版本

0.1.2 2021年4月16日
0.1.1 2021年4月14日
0.1.0 2021年4月13日

配置类中排名第904

MIT许可协议

17KB
313

strict-env

从环境变量中解析配置值

Documentation Build status Test coverage
crates.io Downloads Rust version
MIT license

资源

TL;DR

std::env::set_var("PORT", "9001"); // or e.g. dotenv::dotenv()
let port: u16 = strict_env::parse("PORT")?;
assert_eq!(port, 9001);

依赖关系

~285–740KB
~17K SLoC