enve 0.4.0

it helps you work with environment variables and convert it to any type using only type annotations
Documentation
[badges.maintenance]
status = "actively-developed"

[dependencies.estring]
version = "0.3"

[[example]]
name = "calc"
required-features = ["structs", "aggs"]

[features]
aggs = ["estring/aggs"]
bool = []
default = []
low-level = ["estring/low-level"]
number = []
structs = ["estring/structs"]
vec = ["structs"]

[package]
authors = ["Dmitriy Pleshevskiy <dmitriy@pleshevski.ru>"]
categories = ["config"]
description = "it helps you work with environment variables and convert it to any type using only type annotations"
edition = "2021"
keywords = ["env", "environment"]
license = "MIT"
name = "enve"
readme = "README.md"
repository = "https://github.com/pleshevskiy/enve"
rust-version = "1.59.0"
version = "0.4.0"

[package.metadata.docs.rs]
all-features = true