ordinalizer 0.1.0

Derive an ordinal function for enums which returns the index of a variant in the enum definition.
Documentation
[dependencies.proc-macro-error]
version = "1.0"

[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
version = "1.0"

[lib]
proc-macro = true

[package]
authors = ["caelunshun <caelunshun@gmail.com>"]
description = "Derive an ordinal function for enums which returns the index of a variant in the enum definition."
documentation = "https://docs.rs/ordinalize"
edition = "2018"
homepage = "https://github.com/caelunshun/ordinalize"
license = "MIT OR Apache-2.0"
name = "ordinalizer"
version = "0.1.0"