functional_trait 0.1.0

A macro that impls trait for Fns
Documentation
[dependencies.proc-macro2]
version = "1.0.78"

[dependencies.quote]
version = "1.0.35"

[dependencies.syn]
features = ["full"]
version = "2.0.48"

[lib]
proc-macro = true

[package]
authors = ["wefcdse"]
description = "A macro that impls trait for Fns"
edition = "2021"
keywords = ["utils", "macro", "functional"]
license = "MIT OR Apache-2.0"
name = "functional_trait"
readme = "readme.md"
repository = "https://github.com/wefcdse/functional_trait"
version = "0.1.0"