envoption 0.1.0

Simple functions for parsing environment variables when reading config
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "envoption"
version = "0.1.0"
authors = ["Daniel Imfeld <daniel@danielimfeld.com>"]
license = "MIT OR Apache-2.0"
description = "Simple functions for parsing environment variables when reading config"
repository = "https://github.com/dimfeld/rust-envoption"
readme = "README.md"
keywords = ["env"]

[dependencies]