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

tokio-rs/prost

PROST! a Protocol Buffers implementation for the Rust Language observed · 2026-08-28

github.com/tokio-rs/prost · Rust · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

89/100

  • Activity 95
  • Release rhythm 75
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: 76
  • age_days: 3368
  • days_rel: 87
  • days_push: 30
  • n_releases_24m: 8

Full methodology

Adoption not part of the score

4749 stars · 635 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

prost is a Protocol Buffers implementation for Rust that generates simple, idiomatic Rust types from proto2 and proto3 files. It supports serialization and deserialization via the bytes crate and includes prost-build for compiling .proto files during Cargo builds.

Use cases

  • generate Rust types from .proto files
  • serialize and deserialize protobuf messages in Rust
  • encode structured data for gRPC services
  • add protobuf serialization to existing Rust types with derive attributes
  • build a Rust client or server that speaks protobuf

When to choose

  • you need protobuf support in Rust with clean, idiomatic generated code
  • you want fast binary serialization using the bytes crate
  • you are building gRPC services in Rust (e.g., with tonic)
  • you want proto comments preserved in generated code

When to avoid

  • you need runtime reflection or dynamic message descriptors
  • you need protobuf support in a language other than Rust
  • you want a batteries-included gRPC framework rather than just protobuf encoding

Facets

library · maturity stable

serialization parser developer-tools apis backend rust cross-platform protobuf code-generation grpc-adjacent proto2 proto3

2 sources

Member repositories

RepositoryRoleHealth v2
tokio-rs/prostmain89

For agents

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

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