bijective-enum-map 0.1.0

Convert an enum to and from another type, with From (or TryFrom)
Documentation
[dependencies]

[features]
use_type_as = []

[lib]
name = "bijective_enum_map"
path = "src/lib.rs"

[package]
authors = ["Finley Huggins"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["rust-patterns", "encoding", "no-std", "no-std::no-alloc"]
description = "Convert an enum to and from another type, with From (or TryFrom)"
edition = "2021"
keywords = ["enum", "map", "from", "try_from", "conversion"]
license = "MIT OR Apache-2.0"
name = "bijective-enum-map"
readme = "README.md"
repository = "https://github.com/robofinch/bijective-enum-map"
rust-version = "1.56"
version = "0.1.0"