argcall 0.4.0

Enables enums and structs to be callable by associating functions with their variants or fields.
Documentation
[dependencies.argcall_derive]
version = "=0.4.0"

[dependencies.thiserror]
version = "2"

[dev-dependencies.pollster]
version = "0.4.0"

[features]
async = []
default = []

[lib]
name = "argcall"
path = "src/lib.rs"

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