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

Rust 2021 compatibility

Open richardwhiuk opened this issue 2 years ago • 0 comments

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 😃

richardwhiuk avatar Aug 31 '23 08:08 richardwhiuk