discrim 0.1.0

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.1.0"

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