sargparse 0.2.1

A sane argument parsing library for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies]

[package]
description = "A sane argument parsing library for Rust"
documentation = "https://github.com/frankhart2018/sargparse/blob/master/docs.md"
edition = "2021"
homepage = "https://github.com/frankhart2018/sargparse/"
keywords = ["argument-parsing", "argparse", "python"]
license = "MIT"
name = "sargparse"
readme = "README.md"
repository = "https://github.com/frankhart2018/sargparse/"
resolver = "2"
version = "0.2.1"