3 stable releases
1.0.2 | May 23, 2021 |
---|
#1110 in Data structures
2,762 downloads per month
Used in 8 crates
(6 directly)
9KB
132 lines
BytesStr
An immutable UTF8 string backed by 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.
lib.rs
:
BytesStr
is an immutable reference counted UTF8-String
useful for storing views into UTF8-encoded parts of data.
Dependencies
~135–330KB