argcall 0.3.0

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

[dependencies.thiserror]
version = "1"

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

[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"
readme = "README.md"
repository = "https://github.com/yamaura/argcall"
version = "0.3.0"