argh_shared 0.1.13

Derive-based argument parsing optimized for code size
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "argh_shared"
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
description.workspace = true
repository.workspace = true
readme = "README.md"

[dependencies]
serde = { version = "1", optional = true, features = ["derive"] }