add support for visibility in arg! macro

This commit is contained in:
nora 2021-12-15 22:07:54 +01:00
parent 6054c988a0
commit 0619bdf16b
3 changed files with 45 additions and 24 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "badargs"
version = "0.1.2"
version = "0.2.0"
edition = "2018"
license = "MIT"
description = "Type safe zero-dependency argument parser"