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
15
16
[package]
name = "sargparse"
version = "0.2.1"
edition = "2021"
author = "Siddhartha Dhar Choudhury"
description = "A sane argument parsing library for Rust"
documentation = "https://github.com/frankhart2018/sargparse/blob/master/docs.md"
readme = "README.md"
homepage = "https://github.com/frankhart2018/sargparse/"
repository = "https://github.com/frankhart2018/sargparse/"
license = "MIT"
keywords = ["argument-parsing", "argparse", "python"]

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

[dependencies]