Rust Protobuf

Rust implementation of Google protocol buffers
Alternatives To Rust Protobuf
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Kratos21,7413289 hours ago546October 23, 202386mitGo
Your ultimate Go microservices framework for the cloud-native era.
Flatbuffers21,4231,554a day ago250May 26, 2023151apache-2.0C++
FlatBuffers: Memory Efficient Serialization Library
Grpc Java10,9311,2791,53618 hours ago149October 20, 2023496apache-2.0Java
The Java gRPC implementation. HTTP/2 based RPC
Grpcurl9,41883888 days ago45October 24, 202390mitGo
Like cURL, but for gRPC: Command-line tool for interacting with gRPC servers
Grpc Web8,023953162 days ago24November 09, 2023227apache-2.0JavaScript
gRPC for Web Clients
Buf7,688245an hour ago429November 15, 202373apache-2.0Go
A new way of working with Protocol Buffers.
Awesome Grpc6,928
3 days ago15cc-by-4.0
A curated list of useful resources for gRPC
Twirp6,65835202a month ago52October 24, 20227apache-2.0Go
A simple RPC framework with protobuf service definitions
Googleapis5,960183 hours ago20November 16, 202247apache-2.0Starlark
Public interface definitions of Google APIs.
Protobuf5,5559,87223,4476 months ago16July 02, 2021232otherGo
[Deprecated] Protocol Buffers for Go with Gadgets
Alternatives To Rust Protobuf
Select To Compare


Alternative Project Comparisons
Readme

rust-protobuf

crates.io version docs.rs GitHub Workflow Status License

Protobuf implementation in Rust.

  • Written in pure rust
  • Generates rust code
  • Has runtime library support for generated code (Coded{Input|Output}Stream impl)
  • Supports both Protobuf versions 2 and 3
  • and more

Where is documentation

Documentation is hosted on docs.rs.

Versions and branches

Version 3

Version 3 is current stable version. Compared to version 2 it implements:

  • runtime reflection
  • JSON and text format parsing and printing
  • dynamic messages (messages which can be created from .proto file on the fly without code generation)

Version 2

Version 2 is previous stable version. Only most critical bugfixes will be applied to 2.x version, otherwise it won't be maintained.

Help

The crate needs help:

  • a new maintainer, but also
  • testing
  • documentation
  • examples to be used as documentation
  • feedback on API design
  • feedback on implementation
  • pull requests

Changelog

See CHANGELOG.md for a list of changes and compatility issues between versions.

Related projects

  • prost — another protobuf implementation in Rust, also has gRPC implementation
  • quick-protobuf — alternative protobuf implementation in Rust
  • grpc-rs — another gRPC implementation for Rust
  • grpc-rust — incomplete implementation of gRPC based on this library
Popular Protocol Buffers Projects
Popular Grpc Projects
Popular Data Formats Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Rust
Grpc
Protocol Buffers
Codegen
Serde