A byte string library for Rust
is a byte string library for Rust and its 1.0 version has just been released! It provides string oriented operations on arbitrary sequences of bytes, but is most useful when those bytes are UTF-8. In other words, it provides a string type that is UTF-8 by convention, where as Rust's built-in string types are guaranteed to be UTF-8.
https://blog.burntsushi.net/bstr/