andersk / enum_primitive-rs

Macro to generate num::FromPrimitive instances for enum that works in Rust 1.0
MIT License
63 stars 22 forks source link

[Notice] This abandoned repository is now being maintained by MFEK project #19

Open ctrlcctrlv opened 2 years ago

ctrlcctrlv commented 2 years ago

Hello—

On account of the fact that @andersk has abandoned the repository, as noted e.g. by @kpcyrd and @eijebong in #16, and by @cardoe and @steakknife, and on account of the fact that it is used in the MFEK project, I am now maintaining a fork of it with all relevant PR's merged, and plan to maintain this fork indefinitely.

The documentation of this new version which I call enum_primitive v0.2 is at https://mfek.org/enum_primitive.rlib/enum_primitive/ (Cf. https://github.com/MFEK/enum_primitive.rlib/commit/2746e52ddcb153ca4929baf7124c703db657f951)

PR's merged:

  1. 13 — MFEK#1

  2. 16 — as a consequence of https://github.com/MFEK/enum_primitive.rlib/commit/e20122533691d2b94f8eaa9ffc22be91fd8bc537

  3. 17 — MFEK#2

  4. 5 — MFEK#3

If you will continue to use this bugtracker feel free but please also report issues to the MFEK project. Thank you!

kpcyrd commented 2 years ago

hi, is the fork available on crates.io?

cardoe commented 2 years ago

Any reason not to just use https://crates.io/crates/enum-primitive-derive ? This is an old style macro.