lifthrasiir / rust-encoding

Character encoding support for Rust
MIT License
284 stars 59 forks source link

Implement common traits for Encoding #109

Open brennie opened 7 years ago

brennie commented 7 years ago

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.

brennie commented 7 years ago

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