rs_envflag 0.1.0

An easy way to define flags by environment variables
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[dependencies.log]
version = "0.4"

[package]
categories = ["rust-patterns"]
description = "An easy way to define flags by environment variables"
edition = "2021"
keywords = ["flag"]
license-file = "LICENSE"
name = "rs_envflag"
readme = "README.md"
repository = "https://github.com/TimeExceed/rsenvflag"
version = "0.1.0"