rust-derivative
rust-derivative copied to clipboard
Is this crate dead?
Two years since last commit. Is it still maintained?
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).
I have found derive-where
to be a good replacement: https://github.com/ModProg/derive-where
I found an alternative module, namely educe
, it is somewhat more compact than derivative
.
https://github.com/magiclen/educe
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/