From be7624f8385fbdead084478ef2cb9cf6cf96ed68 Mon Sep 17 00:00:00 2001 From: James Brock Date: Tue, 7 Feb 2023 13:12:29 +0900 Subject: [PATCH] Update third_party.md Add protobuf-decoder-explainer --- docs/third_party.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/third_party.md b/docs/third_party.md index c2f3b7af99..0f7fb54303 100644 --- a/docs/third_party.md +++ b/docs/third_party.md @@ -206,3 +206,4 @@ There are miscellaneous other things you may find useful as a Protocol Buffers d * [super-linter: Protocol Buffer lint as GitHub Action](https://github.com/github/super-linter) * [protoc-gen-fieldmask - A plugin to generate static type fieldmask paths](https://github.com/idodod/protoc-gen-fieldmask) * [protoc-gen-bq-schema - A protoc plugin to generate BigQuery schema files](https://github.com/GoogleCloudPlatform/protoc-gen-bq-schema) +* [protobuf-decoder-explainer - Web page which decodes and explains pasted binary Protocol Buffers](https://github.com/jamesdbrock/protobuf-decoder-explainer)