parenv 0.1.8

Environment variable parser with a clap style derive macro and elm style error reporting.
Documentation
[dependencies.miette]
features = ["fancy"]
version = "7.2.0"

[dependencies.parenv-derive]
version = "0.1.6"

[lib]
name = "parenv"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Environment variable parser with a clap style derive macro and elm style error reporting."
edition = "2021"
license = "MIT"
name = "parenv"
readme = "README.md"
repository = "https://github.com/frectonz/parenv"
version = "0.1.8"