From 7c451ea4a97b672c05a81f210d6a6fffd5c0068f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikkel=20Fahn=C3=B8e=20J=C3=B8rgensen?= Date: Fri, 20 May 2022 14:18:23 +0200 Subject: [PATCH] Add link to flatc --annotate README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 8d07cf12..6f5f10db 100644 --- a/README.md +++ b/README.md @@ -1243,6 +1243,8 @@ Format] document contains a hand written annotated example which inspired the by, while flatcc normally packs all vtables at the end of the buffer for better padding and cache efficiency. +See also [flatc --annotate]. + ## File and Type Identifiers @@ -2558,3 +2560,5 @@ See [Benchmarks] [hexdump.h]: https://github.com/dvidelabs/flatcc/blob/master/include/flatcc/support/hexdump.h [readfile.h]: include/flatcc/support/readfile.h [Security Considerations]: https://github.com/dvidelabs/flatcc/blob/master/doc/security.md +[flatc --annotate]: https://github.com/google/flatbuffers/tree/master/tests/annotated_binary +