Crates.io | strchunk |
lib.rs | strchunk |
version | 0.4.1 |
source | src |
created_at | 2019-07-13 08:51:59.857629 |
updated_at | 2021-11-23 21:47:08.639465 |
description | Data types for working with UTF-8 text in I/O |
homepage | |
repository | https://github.com/mzabaluev/strchunk |
max_upload_size | |
id | 148749 |
size | 49,544 |
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.
This project is licensed under the MIT license.
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.