Crates.io | argst |
lib.rs | argst |
version | 0.1.1 |
source | src |
created_at | 2020-09-07 15:13:01.030313 |
updated_at | 2020-09-29 17:26:25.321286 |
description | A one-macro crate for generating StructOpt boilerplate and binding args |
homepage | |
repository | https://github.com/TyPR124/argst |
max_upload_size | |
id | 285770 |
size | 15,553 |
argst
is a simple one-macro library which hides some of the boilerplate around StructOpt.
The only useful item in argst
is the args
macro.
See (or generate) crate documentation for more info.