variantly 0.2.0

Derive helper methods for enum variants that are familiar from `std::option::Option` & `std::result::Result` such as `unwrap_or` or `and_then`.
Documentation
[dependencies.Inflector]
version = "^0.11.4"

[dependencies.darling]
version = "^0.11.0"

[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
features = ["full"]
version = "1.0"

[dependencies.uuid]
features = ["v4"]
version = "^0.8.0"

[lib]
proc-macro = true

[package]
authors = ["Luke Roberts <lukeroberts.j@gmail.com>"]
description = "Derive helper methods for enum variants that are familiar from `std::option::Option` & `std::result::Result` such as `unwrap_or` or `and_then`.\n"
edition = "2018"
license = "MIT"
name = "variantly"
repository = "https://github.com/luker-os/variantly"
version = "0.2.0"