default_variant 0.1.0

A proc-macro for specifying the variants or values to be used when deriving `Default` in enums.
Documentation
[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0.9"

[dependencies.syn]
features = ["extra-traits", "full"]
version = "1.0.77"

[lib]
name = "default_variant"
proc-macro = true

[package]
description = "A proc-macro for specifying the variants or values to be used when deriving `Default` in enums."
edition = "2021"
keywords = ["enum", "variant", "default"]
license = "MIT OR Apache-2.0"
name = "default_variant"
readme = "README.md"
repository = "https://github.com/lctr/default_variant"
version = "0.1.0"