envopt 0.0.0

Parse environment variables by defining a struct.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "envopt"
version = "0.0.0"
authors = ["Zoran Zaric <zz@zoranzaric.de>"]
edition = "2018"
description = "Parse environment variables by defining a struct."
categories = ["command-line-interface"]

readme = "README.md"
license = "MIT/Apache-2.0"
homepage = "https://github.com/zoranzaric/envopt"
repository = "https://github.com/zoranzaric/envopt.git"

[dependencies]
envopt-derive = { path = "envopt-derive", version = "0.0.0" }

[workspace]