extra_args 0.1.67

Rust macro to pass implicit args to functions (use with care)
Documentation
[dependencies.proc-macro2]
features = ["nightly"]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
features = ["full", "fold", "extra-traits"]
version = "1.0.76"

[features]
enable = []

[lib]
proc-macro = true

[package]
description = "Rust macro to pass implicit args to functions (use with care)"
edition = "2018"
homepage = "https://github.com/enjhnsn2/extra_args"
license = "MIT"
name = "extra_args"
readme = "README.md"
repository = "https://github.com/enjhnsn2/extra_args"
version = "0.1.67"