stepancheg / rust-protobuf

Rust implementation of Google protocol buffers
MIT License
2.78k stars 377 forks source link
protobuf rust serialization

rust-protobuf

crates.io version docs.rs GitHub Workflow Status License

Protobuf implementation in Rust.

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:

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:

Changelog

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

Related projects