clickrs 0.1.3

Simplified CLIs for Rust via procedural macros (Python's click, for Rust).
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.clickrs_proc_macro]
version = "0.1.3"

[dependencies.structopt]
version = "0.3"

[package]
authors = ["Kyle Szela <kszela24@gmail.com>", "others"]
categories = ["command-line-interface"]
description = "Simplified CLIs for Rust via procedural macros (Python's click, for Rust)."
documentation = "https://docs.rs/clickrs"
edition = "2018"
keywords = ["clap", "cli", "structopt"]
license = "Apache-2.0 OR MIT"
name = "clickrs"
readme = "README.md"
repository = "https://github.com/kszela24/clickrs"
version = "0.1.3"