type_dispatch 0.0.0

Utilities for dispatching functions, constants, and trait implementations based on types.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "type_dispatch"
version = "0.0.0"
edition = "2021"
description = "Utilities for dispatching functions, constants, and trait implementations based on types."
license = "BSD-3-Clause"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
duplicate = "1"
type_dispatch_macros = { version = "0.0.0", path = "../type_dispatch_macros" }