specialized-dispatch 0.2.1

A library for dispatching specialized versions of a function
Documentation
[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
features = ["full", "extra-traits"]
version = "2.0"

[lib]
doctest = true
proc-macro = true

[package]
authors = ["Omer Ozarslan"]
description = "A library for dispatching specialized versions of a function"
edition = "2021"
license = "MIT"
name = "specialized-dispatch"
readme = "README.md"
repository = "https://github.com/ozars/specialized-dispatch"
version = "0.2.1"