| ## Protobuf support for Dart |
| |
| [Protocol Buffers](https://developers.google.com/protocol-buffers) (protobuf) |
| are Google's language-neutral, platform-neutral, extensible mechanism for |
| serializing structured data. |
| |
| This repository is home to packages related to |
| [protobuf support for Dart](https://pub.dev/documentation/protobuf/latest/). |
| |
| | Package | Description | Published Version | |
| | --- | --- | --- | |
| | [protobuf](protobuf/) | Runtime library for protocol buffers support. | [](https://pub.dev/packages/protobuf) | |
| | [protoc_plugin](protoc_plugin/) | A protobuf protoc compiler plugin used to generate Dart code. | [](https://pub.dev/packages/protoc_plugin) | |
| | [benchmarks](benchmarks/) | Benchmarks for various protobuf functions. | | |
| |
| ## Publishing automation |
| |
| For information about our publishing automation and release process, see |
| https://github.com/dart-lang/ecosystem/wiki/Publishing-automation. |