bytesstr

Crates.iobytesstr
lib.rsbytesstr
version1.0.2
sourcesrc
created_at2021-05-23 13:15:04.747715
updated_at2021-05-23 13:44:12.273806
descriptionAn immutable reference-counted UTF8 String
homepage
repositoryhttps://github.com/kbalt/bytesstr
max_upload_size
id401100
size9,414
(kbalt)

documentation

https://docs.rs/bytesstr

README

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.

Commit count: 4

cargo fmt