discrim 0.0.2

Construct enum variants from their tag
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[dependencies.discrim-codegen]
version = "0.0.2"

[package]
authors = ["Arthur Lafrance <lafranca@uci.edu>"]
description = "Construct enum variants from their tag"
edition = "2021"
keywords = ["enum", "codegen", "discriminant", "tag", "derive"]
license = "MIT"
name = "discrim"
readme = "../README.md"
repository = "https://github.com/a-lafrance/discrim"
version = "0.0.2"