rust-encoding
rust-encoding copied to clipboard
Implement common traits for Encoding
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.
Ah, so it turns out Debug is implemented in 0.3+, which is unreleased. Still, the other traits would be useful.