rust-derivative icon indicating copy to clipboard operation
rust-derivative copied to clipboard

Is this crate dead?

Open Dushistov opened this issue 1 year ago • 4 comments

Two years since last commit. Is it still maintained?

Dushistov avatar Nov 20 '23 14:11 Dushistov

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).

fritzrehde avatar Dec 08 '23 11:12 fritzrehde

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

eric-seppanen avatar Dec 14 '23 02:12 eric-seppanen

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

negezor avatar Mar 31 '24 09:03 negezor

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/

TmLev avatar Aug 18 '24 13:08 TmLev