arg_fn 1.0.0

Argument parsing with higher order functions
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "arg_fn"
version = "1.0.0"
edition = "2021"
description = "Argument parsing with higher order functions"
license = "MIT"
readme = "README.md"
homepage = "https://github.com/Vonr/arg_fn"
repository = "https://github.com/Vonr/arg_fn"
keywords = ["cli", "parsing"]
include = ["src/lib.rs", "README.md", "build.rs"]

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

[dependencies]