enum_default 0.2.5

enum_default provides an EnumDefault derive macro that provides a std::Default implementation for Enums by using the first value or specifying a #[default] attribute
Documentation
[dependencies.quote]
version = "1.0"

[dependencies.syn]
version = "1.0"

[lib]
proc-macro = true

[package]
authors = ["Oscar Moreno <oscarmg99@gmail.com>"]
description = "enum_default provides an EnumDefault derive macro \nthat provides a std::Default implementation\nfor Enums by using the first value or specifying a #[default] attribute\n"
edition = "2018"
license = "MIT"
name = "enum_default"
repository = "https://github.com/ozkar99/enum_default"
version = "0.2.5"