enum_default 0.2.6

DEPRECATED PLEASE SEE: https://rust-lang.github.io/rfcs/3107-derive-default-enum.html ---------------------------------------------------------------------------------------- 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
[badges.maintenance]
status = "deprecated"
[dependencies.quote]
version = "1.0"

[dependencies.syn]
version = "1.0"

[lib]
proc-macro = true

[package]
authors = ["Oscar Moreno <oscarmg99@gmail.com>"]
description = "\nDEPRECATED PLEASE SEE: https://rust-lang.github.io/rfcs/3107-derive-default-enum.html\n----------------------------------------------------------------------------------------\n\nenum_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"
readme = "README.md"
repository = "https://github.com/ozkar99/enum_default"
version = "0.2.6"