enum-conversion-traits 0.0.1

Traits for converting between enums and the types and their variants.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies]

[lib]

[package]
authors = ["Jacob Turner <jacob@friendrat.com> "]
build = false
categories = ["development-tools", "rust-patterns"]
description = "Traits for converting between enums and the types and their variants."
edition = "2021"
homepage = "https://github.com/friendrat/enum-conversion-derive"
license = "GPL-2.0-or-later"
name = "enum-conversion-traits"
readme = "README.md"
repository = "https://github.com/friendrat/enum-conversion-derive"
version = "0.0.1"