into_enum 0.1.0

Rust macro to generate trivial From impls
Documentation
[dependencies.proc-macro2]
version = "1.0.92"

[dependencies.quote]
version = "1.0.37"

[dependencies.syn]
version = "2.0.90"

[lib]
name = "into_enum"
path = "src/lib.rs"
proc-macro = true

[package]
authors = ["Subserial"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["data-structures"]
description = "Rust macro to generate trivial From impls"
edition = "2021"
keywords = ["enum", "derive", "from", "into"]
license = "MIT-CMU"
name = "into_enum"
readme = "README.md"
repository = "https://github.com/Subserial/into_enum"
version = "0.1.0"

[[test]]
name = "macro"
path = "tests/macro.rs"