specialized-dispatch 0.2.1

A library for dispatching specialized versions of a function
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "specialized-dispatch"
description = "A library for dispatching specialized versions of a function"
version = "0.2.1"
authors = ["Omer Ozarslan"]
edition = "2021"
repository = "https://github.com/ozars/specialized-dispatch"
license = "MIT"

[lib]
proc-macro = true
doctest = true

[dependencies]
proc-macro2 = { version = "1.0" }
quote = "1.0"
syn = { version = "2.0", features = ["full", "extra-traits"] }