Skip to content

Rust implementation of Google protocol buffers

License

Notifications You must be signed in to change notification settings

snapview/rust-protobuf

This branch is 34 commits behind stepancheg/rust-protobuf:master.

Folders and files

NameName
Last commit message
Last commit date
Jun 16, 2024
Jun 16, 2024
Nov 21, 2020
Feb 6, 2022
Feb 7, 2022
Jun 26, 2024
Jun 26, 2024
May 1, 2022
Jun 26, 2024
Jun 26, 2024
Feb 25, 2024
Jun 26, 2024
Feb 8, 2022
Jun 26, 2024
Apr 26, 2021
Jun 9, 2017
Oct 31, 2021
Jul 18, 2019
Sep 26, 2022
Jun 26, 2024
Oct 2, 2023
May 2, 2022
Feb 25, 2024
Nov 14, 2023

Repository files navigation

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

About

Rust implementation of Google protocol buffers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 99.4%
  • Other 0.6%