[go: up one dir, main page]

lexopt 0.3.0

Minimalist pedantic command line parser
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "lexopt"
version = "0.3.0"
authors = ["Jan Verbeek <jan.verbeek@posteo.nl>"]
description = "Minimalist pedantic command line parser"
keywords = ["args", "arguments", "cli", "parser", "getopt"]
categories = ["command-line-interface"]
repository = "https://github.com/blyxxyz/lexopt"
documentation = "https://docs.rs/lexopt"
license = "MIT"
readme = "README.md"
edition = "2018"
exclude = ["test_wasm.js", ".github", ".gitignore"]

[profile.test]
# The basic_fuzz test benefits greatly from this.
opt-level = 2