cmdargs 0.1.1

Command line argument parser for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "cmdargs"
version = "0.1.1"
edition = "2021"

authors = ["Everaldo Canuto <everaldo.canuto@gmail.com>"]
license = "Unlicense"
homepage = "https://github.com/puccinia/cmdargs.git"
repository = "https://github.com/puccinia/cmdargs.git"
description = "Command line argument parser for Rust"

[dependencies]
cmdargs-macros = { version = "0.1.1", path = "../cmdargs-macros" }