surjective-enum 0.1.0

Rust macro to derive a surjective mapping from enum representation to enum.
Documentation
[badges.travis-ci]
branch = "master"
repository = "freylax/surjective-enum"
[dependencies.proc-macro2]
version = "0.4"

[dependencies.quote]
version = "0.6"

[dependencies.syn]
features = ["full"]
version = "0.15"

[lib]
proc-macro = true

[package]
authors = ["Robert Hennig <robert@freylax.de>"]
categories = ["embedded", "hardware-support", "no-std"]
description = "Rust macro to derive a surjective mapping from enum representation to enum."
edition = "2018"
keywords = ["enum", "bitfield"]
license = "MIT"
name = "surjective-enum"
repository = "https://github.com/freylax/surjective-enum"
version = "0.1.0"