tokio-rs/prost
PROST! a Protocol Buffers implementation for the Rust Language 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
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
- readme: https://github.com/tokio-rs/prost · fetched 2026-08-28 · 6bd71641ee46
- registry_crates: https://crates.io/api/v1/crates/prost · fetched 2026-08-29 · 1e040d203db0
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| tokio-rs/prost | main | 89 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem