dynamic-dispatch 0.1.0

Allows compiling generic functions that do not have generic parameters inside a library, specifying all the possible specializations for each generic type
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[dependencies.dynamic-dispatch-proc-macro]
version = "0.1.0"

[package]
authors = ["Andrea Cracco <guilucand@gmail.com>"]
categories = []
description = "Allows compiling generic functions that do not have generic parameters inside a library, specifying all the possible specializations for each generic type"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "dynamic-dispatch"
readme = "README.md"
repository = "https://github.com/Guilucand/dynamic-dispatch-rs"
version = "0.1.0"