enum_dispatch 0.1.2

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

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

[dependencies.quote]
version = ">= 0.6.8, <= 0.6.10"

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

[dev-dependencies.serde_derive]
version = "= 1.0.82"

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

[lib]
proc-macro = true

[package]
authors = ["Anton Lazarev"]
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.1.2"