double-dyn 0.1.1

Macro for implementing functions with multiple dynamic argument dispatch
Documentation
[dependencies.heck]
version = "0.4.0"

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

[dependencies.quote]
version = "^1.0"

[lib]
proc-macro = true

[package]
authors = ["Luke Peterson <luke@infoplatter.com>"]
categories = ["rust-patterns", "development-tools::procedural-macro-helpers"]
description = "Macro for implementing functions with multiple dynamic argument dispatch"
edition = "2021"
keywords = ["multimethod", "multiple", "dyn", "dispatch", "object-oriented"]
license = "MIT OR Apache-2.0"
name = "double-dyn"
readme = "README.md"
repository = "https://github.com/luketpeterson/double_dyn/"
resolver = "2"
version = "0.1.1"