spez 0.1.2

Macro to specialize on the type of an expression
Documentation
[dependencies.proc-macro2]
version = "1.0.56"

[dependencies.quote]
version = "1.0.26"

[dependencies.syn]
features = ["full"]
version = "2.0.15"

[lib]
proc_macro = true

[package]
authors = ["Mara Bos <m-ou.se@m-ou.se>"]
categories = ["rust-patterns", "development-tools", "development-tools::procedural-macro-helpers", "no-std"]
description = "Macro to specialize on the type of an expression"
documentation = "https://docs.rs/spez"
edition = "2021"
keywords = ["autoref", "autoderef", "specialization", "specialisation"]
license = "BSD-2-Clause"
name = "spez"
readme = "README.md"
repository = "https://github.com/m-ou-se/spez"
version = "0.1.2"