Skip to content

mzabaluev/strchunk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.