From 2220670ed97fb5d52868a0316054748e6354b6aa Mon Sep 17 00:00:00 2001 From: Florian Enner Date: Thu, 21 Nov 2019 00:06:22 +0100 Subject: [PATCH] Added 3rd party Java library (QuickBuffers) --- docs/third_party.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/third_party.md b/docs/third_party.md index fcc5117cae..5faa74823d 100644 --- a/docs/third_party.md +++ b/docs/third_party.md @@ -51,6 +51,7 @@ These are projects we know about implementing Protocol Buffers for other program * Haxe: https://github.com/Atry/protoc-gen-haxe * Java: https://github.com/google/protobuf (Google-official implementation) * Java/Android: https://github.com/square/wire +* Java: https://github.com/HebiRobotics/QuickBuffers/ * Java ME: http://code.google.com/p/protobuf-javame/ * Java ME: http://swingme.sourceforge.net/encode.shtml * Java ME: http://code.google.com/p/protobuf-j2me/