More test tweaks:

- Fix a test description (cl/324657206)
- Add return type to a helper
2 files changed
tree: 97b400cf073c3a71cabd25b31f41b8da8969ddb7
  1. .github/
  2. api_benchmark/
  3. protobuf/
  4. protobuf_benchmarks/
  5. protoc_plugin/
  6. query_benchmark/
  7. tool/
  8. .gitignore
  9. AUTHORS
  10. LICENSE
  11. mono_repo.yaml
  12. README.md
README.md

CI status

Protobuf support for Dart

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 for Dart.

PackageDescriptionPublished Version
protobufA support library for the generated codepub package
protoc_pluginA Dart back-end for the protoc compilerpub package
api_benchmarkBenchmarking for various API calls
query_benchmarkBenchmark for encoding and decoding of a “real-world” protobuf