envconf 0.1.1

Boilerplate free initialization of structs from environment variables
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[badges.maintenance]
status = "actively-developed"

[dependencies.envconf_derive]
version = "0.1"

[package]
authors = ["Aitor Ruano <codearm@pm.me>"]
categories = ["config"]
description = "Boilerplate free initialization of structs from environment variables"
edition = "2018"
keywords = ["env", "configuration", "settings", "environment", "variables"]
license = "MIT/Apache-2.0"
name = "envconf"
readme = "README.md"
repository = "https://github.com/c0dearm/envconf"
version = "0.1.1"