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 😃
Are there any post Rust 2021 edition plans for this crate?
TryFromandTryIntoare 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
TryFromis still very useful 😃