bstr 0.0.1

A string type that is not required to be valid UTF-8.
Documentation

bstr

This crate provides a BString and BStr types that are conventionally UTF-8 for Rust. They differ from the standard library's String and str types in that they are not required to be valid UTF-8.

Linux build status Windows build status

THIS CRATE IS A WORK IN PROGRESS.

Documentation

https://docs.rs/bstr

Usage

Add this to your Cargo.toml:

[dependencies]
bstr = "0.1"

and this to your crate root:

extern crate bstr;

License

This project is licensed under either of

at your option.