same_enum 0.1.1

Generates `From` trait implementations for enums with the same unit variants.
Documentation
[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
version = "1.0"

[lib]
proc-macro = true

[package]
description = "Generates `From` trait implementations for enums with the same unit variants."
edition = "2021"
license = "MIT"
name = "same_enum"
readme = "README.md"
version = "0.1.1"