strchunk

Crates.iostrchunk
lib.rsstrchunk
version0.4.1
sourcesrc
created_at2019-07-13 08:51:59.857629
updated_at2021-11-23 21:47:08.639465
descriptionData types for working with UTF-8 text in I/O
homepage
repositoryhttps://github.com/mzabaluev/strchunk
max_upload_size
id148749
size49,544
Mikhail Zabaluev (mzabaluev)

documentation

README

String Chunks

A utility library for working with Unicode text in I/O.

The strchunk crate provides efficient containers for working with UTF-8 encoded Unicode text in asynchronous, multithreaded I/O stacks. It builds on the byte buffers provided by the bytes crate.

License

This project is licensed under the MIT license.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in strchunk by you, shall be licensed as MIT, without any additional terms or conditions.

Commit count: 73

cargo fmt