specialize-call 0.1.2

A macro to invoke a function with type-arguments substituted according to a runtime value
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "specialize-call"
version = "0.1.2"
edition = "2021"

description = "A macro to invoke a function with type-arguments substituted according to a runtime value"
license = "Unlicense"
repository = "https://github.com/RGafiyatullin/specialize-call-rs.git"
documentation = "https://docs.rs/specialize-call"


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

[dependencies]