Bstr: A byte string library for Rust

bstr 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… Read more

Similar