argcall_derive 0.3.0

Enables enums and structs to be callable by associating functions with their variants or fields.
Documentation
[dependencies.proc-macro2]
version = "1"

[dependencies.quote]
version = "1"

[dependencies.syn]
version = "2"

[dev-dependencies]

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

[package]
authors = ["Yuki Yamaura <ymruki@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Enables enums and structs to be callable by associating functions with their variants or fields."
edition = "2021"
license = "MIT"
name = "argcall_derive"
readme = false
repository = "https://github.com/yamaura/argcall"
version = "0.3.0"