const-dispatch-proc_macros 0.1.0

Internal: proc-macro backend of ::const_dispatch.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies]

[lib]
path = "_mod.rs"
proc-macro = true

[package]
authors = ["Daniel Henry-Mantilla <daniel.henry.mantilla@gmail.com>"]
description = "Internal: proc-macro backend of ::const_dispatch."
documentation = "https://docs.rs/const-dispatch"
edition = "2021"
license = "Zlib OR MIT OR Apache-2.0"
name = "const-dispatch-proc_macros"
repository = "https://github.com/danielhenrymantilla/const-dispatch.rs"
rust-version = "1.79.0"
version = "0.1.0"