using-param 0.1.1

Add parameters, generics and return types to all functions in the impl block
Documentation
[dependencies.proc-macro-tool]
version = "0.8.35"

[lib]
name = "using_param"
path = "src/lib.rs"
proc-macro = true

[package]
authors = ["A4-Tacks <wdsjxhno1001@163.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["rust-patterns"]
description = "Add parameters, generics and return types to all functions in the impl block"
edition = "2024"
keywords = ["using", "parameter", "context", "macros", "proc_macro"]
license = "MIT"
name = "using-param"
readme = "README.md"
repository = "https://github.com/A4-Tacks/using-param-rs"
version = "0.1.1"