Ross ROSS = Recommend OSS · open-source software intelligence for agents

tokio-rs/bytes

Utilities for working with bytes observed · 2026-08-28

github.com/tokio-rs/bytes · Rust · MIT (permissive) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
tokio-rs/bytesmain89

For agents

markdown · JSON · MCP: product_card(name="tokio-rs/bytes")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem