ezflags 0.1.3

No-frills flags intended for small binaries.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "ezflags"
version = "0.1.3"
authors = ["julianknodt <julianknodt@gmail.com>"]
edition = "2018"
repository = "https://github.com/JulianKnodt/ezflags"
license = "MIT"
# maintenance = { status = "passively-maintained" }
description = "No-frills flags intended for small binaries."

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]