Crates.io | envopts |
lib.rs | envopts |
version | 0.1.0 |
source | src |
created_at | 2019-08-30 16:09:02.979497 |
updated_at | 2019-08-30 16:11:18.83801 |
description | A crate to make handling environment variables easier |
homepage | https://github.com/zoranzaric/envopts |
repository | https://github.com/zoranzaric/envopts.git |
max_upload_size | |
id | 160937 |
size | 2,636 |
This crate will one day parse environment variables by defining a struct like StructOpt does for command line arguments.
For now it just provides the convenience method var_or_exit
.