quick_from 0.1.0

A derive macro for quickly implementing From on on enum variants that wrap other types.
Documentation
[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
version = "1.0"

[lib]
proc-macro = true

[package]
authors = ["ear7h"]
categories = ["rust-patterns"]
description = "A derive macro for quickly implementing From on on enum variants that wrap other types."
edition = "2018"
keywords = ["derive", "macro"]
license-file = "LICENSE_MIT_ACKNOWLEDGE"
name = "quick_from"
repository = "https://github.com/ear7h/quick-from"
version = "0.1.0"