same_enum 0.1.0

Generates `From` trait implementations for enums with the same unit variants.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "same_enum"
version = "0.1.0"
edition = "2021"
description = "Generates `From` trait implementations for enums with the same unit variants."
license = "MIT"

[dependencies]
syn = "1.0"
quote = "1.0"
proc-macro2 = "1.0"

[lib]
proc-macro = true