envoption 0.2.0

Functions for parsing environment variables with support for required, optional, and default values
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "envoption"
version = "0.2.0"
authors = ["Daniel Imfeld <daniel@danielimfeld.com>"]
license = "MIT OR Apache-2.0"
description = "Functions for parsing environment variables with support for required, optional, and default values"
repository = "https://github.com/dimfeld/rust-envoption"
documentation = "https://docs.rs/envoption"
readme = "README.md"
keywords = ["env"]

[dependencies]