functional_trait 1.0.0

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

[dependencies.quote]
version = "1.0.37"

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

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

[package]
authors = ["wefcdse"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
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 = "1.0.0"