argsyn 0.5.1

A complete implementation of GNU-style argument syntax
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "argsyn"
license = "GPL-3.0-or-later"
description = "A complete implementation of GNU-style argument syntax"
repository = "https://github.com/TheDocTrier/argsyn"
version = "0.5.1"
edition = "2021"

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

[dependencies]
ref-cast = "1.0.0"