rust-osdev / ucs2-rs

UCS-2 conversion utilities for Rust.
Mozilla Public License 2.0
6 stars 5 forks source link

Add common impls for Error type #11

Closed nicholasbishop closed 2 years ago

nicholasbishop commented 2 years ago

Derive Eq, PartialEq, Ord, PartialOrd, and Hash. Also add a Display impl.

GabrielMajeri commented 2 years ago

LGTM, thanks!