bytesstr 1.0.2

An immutable reference-counted UTF8 String
Documentation
1
2
3
4
5
6
7
# BytesStr


An immutable UTF8 string backed by [Bytes](https://crates.io/crates/bytes).

Useful utility for storing views into UTF8 strings without allocating and copying.

This implementation has function that allow to create BytesStr from data that is partially UTF8 encoded.