tryfromfail 0.1.0

Derive failing TryFrom for a set of target types.
Documentation
[package]
name = "tryfromfail"
version = "0.1.0"
description = "Derive failing TryFrom for a set of target types."
authors = ["Sam Green <sam.green81@gmail.com>"]
license = "MIT"
repository = "https://gitlab.com/samgreen/tryfromfail"

readme = "README.md"
keywords = ["derive"]
categories = ["development-tools", "development-tools::procedural-macro-helpers"]

[badges]
gitlab = { repository = "https://gitlab.com/samgreen/tryfromfail", branch = "master" }

[dependencies]
syn = "0.13"
quote = "0.5"

[lib]
proc-macro = true