rust-osdev / ucs2-rs

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

Remove unreachable errors and prevent unreachable panics from being generated #3

Closed izik1 closed 5 years ago

izik1 commented 5 years ago

Breaking changes:

Possible concerns:

Considered alternatives:

Rationale:

closes #2

GabrielMajeri commented 5 years ago

Thanks for the PR! Indeed it seems that it's impossible for Rust code to pass us invalid UTF-8 strings (or at the very least, it's not our responsability to handle).