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
- Host: GitHub
- URL: https://github.com/mzabaluev/strchunk
- Owner: mzabaluev
- License: mit
- Created: 2018-10-12T02:53:07.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-11-23T21:48:24.000Z (almost 4 years ago)
- Last Synced: 2025-03-24T03:23:41.531Z (7 months ago)
- Topics: buffers, input-output, rust, rust-library, string, text, unicode, utf-8
- Language: Rust
- Size: 61.5 KB
- Stars: 4
- Watchers: 0
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.