mcarton / rust-derivative

A set of alternative `derive` attributes for Rust
Apache License 2.0
413 stars 46 forks source link

Is this crate dead? #117

Open Dushistov opened 9 months ago

Dushistov commented 9 months ago

Two years since last commit. Is it still maintained?

fritzrehde commented 9 months ago

Would also like to know. The functionality this crate provides seems super useful. Maybe this crate is just feature complete, and there is no more work to be done. However, if anyone knows of similar crates, that are actively maintained, please let me know (here maybe).

eric-seppanen commented 9 months ago

I have found derive-where to be a good replacement: https://github.com/ModProg/derive-where

negezor commented 5 months ago

I found an alternative module, namely educe, it is somewhat more compact than derivative. https://github.com/magiclen/educe

TmLev commented 3 weeks ago

I think derive_more could be a good replacement, especially since it just reached its 1.0.0 release: https://docs.rs/derive_more/latest/derive_more/