finite_repr_derive 0.1.3

Proc Macro for the finite_repr crate
Documentation
[[test]]
name = "tests"
path = "tests/init.rs"
[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
version = "1.0"
[dev-dependencies.finite_repr]
features = ["derive"]
version = "0.1"

[dev-dependencies.trybuild]
version = "1.0.30"

[features]
strict = []

[lib]
proc-macro = true

[package]
authors = ["akst <contact@akst.io>"]
description = "Proc Macro for the finite_repr crate"
edition = "2018"
homepage = "https://github.com/mythos-rs/finite-repr/tree/master/finite-repr-derive"
keywords = ["macro", "encoding", "decoding"]
license-file = "LICENSE"
name = "finite_repr_derive"
readme = "README.md"
repository = "https://github.com/mythos-rs/finite-repr"
version = "0.1.3"