enum_dispatch 0.3.13

Near drop-in replacement for dynamic-dispatched method calls with up to 10x the speed
Documentation
[dependencies.once_cell]
version = "^1.0.1"

[dependencies.proc-macro2]
version = "^1.0"

[dependencies.quote]
version = "^1.0"

[dependencies.syn]
features = ["full"]
version = "^2.0"
[dev-dependencies.custom_derive]
version = "= 0.1.7"

[dev-dependencies.enum_derive]
version = "= 0.1.7"

[dev-dependencies.rand]
version = ">= 0.5.5, <= 0.6.1"

[dev-dependencies.serde]
features = ["derive"]
version = "= 1.0.136"

[dev-dependencies.serde_json]
version = "= 1.0.78"

[dev-dependencies.smol]
version = "1.3.0"

[lib]
proc-macro = true

[package]
authors = ["Anton Lazarev <https://antonok.com>"]
categories = ["rust-patterns", "development-tools::procedural-macro-helpers"]
description = "Near drop-in replacement for dynamic-dispatched method calls with up to 10x the speed"
edition = "2018"
exclude = ["benches"]
keywords = ["speed", "performance", "traits", "dynamic", "optimization"]
license = "MIT OR Apache-2.0"
name = "enum_dispatch"
readme = "README.md"
repository = "https://gitlab.com/antonok/enum_dispatch"
version = "0.3.13"