rust-conv
rust-conv copied to clipboard
Rust 2021 compatibility
Are there any post Rust 2021 edition plans for this crate?
TryFrom and TryInto are particularly tricksy, because the prelude includes it's own variants, so the code required to use the variants in this crate are quite awkard.
On the other hand, the custom derive macro for TryFrom is still very useful 😃