enum_dispatch 0.2.0

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

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

[dependencies.quote]
version = "= 1.0"

[dependencies.syn]
features = ["full", "extra-traits"]
version = "= 1.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.82"

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

[lib]
proc-macro = true

[package]
authors = ["Anton Lazarev <https://antonok.com>"]
categories = ["rust-patterns", "development-tools::procedural-macro-helpers", "development-tools::cargo-plugins"]
description = "Near drop-in replacement for dynamic-dispatched method calls with up to 10x the speed"
edition = "2018"
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.2.0"