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

Implement common traits for Encoding

Open freshstrangemusic opened this issue 8 years ago • 1 comments

It would be useful to have Debug, Clone, Eq/PartialEq implemented or dervied for Encoding/EncodingRef so that structs can contain an EncodingRef and have those traits be derived.

freshstrangemusic avatar May 07 '17 21:05 freshstrangemusic

Ah, so it turns out Debug is implemented in 0.3+, which is unreleased. Still, the other traits would be useful.

freshstrangemusic avatar May 08 '17 20:05 freshstrangemusic