dtype_dispatch 0.2.0

Macro builder for working with data types
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "dtype_dispatch"
version = "0.2.0"
edition = "2021"

authors = ["mwlon <m.w.loncaric@gmail.com>"]
categories = ["development-tools"]
description = "Macro builder for working with data types"
include = ["src/**/*.rs", "Cargo.toml", "README.md"]
keywords = ["dtype", "generic", "enum", "dispatch"]
license = "Apache-2.0"
repository = "https://github.com/pcodec/pcodec"
rust-version = "1.73.0"

[dependencies]