utf8-bytes 0.1.0

bytes::Bytes, but UTF-8
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "utf8-bytes"
version = "0.1.0"
edition = "2024"
description = "bytes::Bytes, but UTF-8"
license = "Apache-2.0 OR MIT"
repository = "https://github.com/aatifsyed/utf8-bytes"
homepage = "https://crates.io/crates/utf8-bytes"
documentation = "https://docs.rs/utf8-bytes"
keywords = [
    "data-structures",
    "network-programming",
    "memory-management",
    "concurrency",
]

[dependencies]
bytes = "1.10.1"