bidirectional_enum 0.2.0

Automatically generates conversions between an enum type and any other type
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies]

[lib]
bench = false

[package]
authors = ["Giftzwerg02"]
categories = ["rust-patterns", "encoding"]
description = "Automatically generates conversions between an enum type and any other type"
edition = "2021"
homepage = "https://github.com/Giftzwerg02/bidirectional_enum"
keywords = ["enum", "macros", "decl_macro"]
license = "MIT"
name = "bidirectional_enum"
readme = "README.md"
version = "0.2.0"