table_enum 0.1.2

A convenient rust macro to create enums with associated constant data (note: this is different from normal rust enums which are really tagged unions)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.table-enum-macro]
version = "0.1.0"

[lib]
doctest = false

[package]
authors = ["César Santos <cesar.santos.1990@gmail.com>"]
description = "A convenient rust macro to create enums with associated constant data (note: this is different from normal rust enums which are really tagged unions)"
edition = "2021"
exclude = ["table-enum-icon.svg"]
homepage = "https://github.com/sirwhinesalot/table-enum"
keywords = ["enum", "table", "constant", "const", "variant"]
license = "MIT"
name = "table_enum"
readme = "README.md"
repository = "https://github.com/sirwhinesalot/table-enum"
version = "0.1.2"