optargs 0.1.2

Easily create macros for functions with optional arguments
Documentation
[dependencies.optargs-macro]
version = "0.1.1"

[package]
authors = ["Jonathan Kelley <jkelleyrtp@gmail.com>"]
description = "Easily create macros for functions with optional arguments"
edition = "2018"
keywords = ["optional", "function", "arguments", "macro", "const"]
license = "MIT OR Apache-2.0"
name = "optargs"
version = "0.1.2"
[profile.dev]
debug = 0

[profile.release]
debug = 0
incremental = true