tokio-rs/bytes
Utilities for working with bytes observed · 2026-08-28
Health v2 · maintenance only
89/100
- Activity 92
- Release rhythm 80
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 51.5
- age_days: 4233
- days_rel: 56
- days_push: 48
- n_releases_24m: 9
Adoption not part of the score
2249 stars · 350 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Rust library providing types and traits (Bytes, BytesMut, Buf, BufMut) for efficiently working with byte buffers, including zero-copy operations. It supports no_std environments and optional Serde serialization.
Use cases
- handle byte buffers in rust efficiently
- zero-copy byte slicing for network protocols
- read and write binary data with Buf traits
- use byte buffers in no_std embedded rust
- serialize byte buffers with serde
When to choose
- you need efficient, zero-copy byte buffer management in Rust
- you are building network or IO code that manipulates bytes
- you need no_std or embedded support for byte handling
When to avoid
- you only need simple Vec<u8> usage without performance constraints
- you need higher-level serialization formats rather than raw bytes
Facets
library · maturity stable
serialization developer-tools developer-tools programming-languages performance rust cross-platform embedded buffers zero-copy no-std io rust-library
2 sources
- readme: https://github.com/tokio-rs/bytes · fetched 2026-08-28 · 275ac7bc295e
- registry_crates: https://crates.io/api/v1/crates/bytes · fetched 2026-08-29 · 46fb696ae288
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| tokio-rs/bytes | main | 89 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem