An open API service indexing awesome lists of open source software.

https://github.com/mzabaluev/strchunk

UTF-8 utilities based on crate bytes
https://github.com/mzabaluev/strchunk

buffers input-output rust rust-library string text unicode utf-8

Last synced: 6 months ago
JSON representation

UTF-8 utilities based on crate bytes

Awesome Lists containing this project

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][bytes] crate.

[bytes]: https://crates.io/crates/bytes

## License

This project is licensed under the [MIT license](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.