xconstants 0.2.1

Adds preliminary support for enum const generics
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "xconstants"
version = "0.2.1"
edition = "2021"
description = "Adds preliminary support for enum const generics"
repository = "https://github.com/ellttBen/xconstants"
license = "MIT"

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

[dependencies]
xconstants-macros = {version = "0.2.1", path = "../xconstants-macros"}