From 43574e897775b14eaf917b431304f10cb517ec9e Mon Sep 17 00:00:00 2001 From: Emily Hudson Date: Mon, 1 Jun 2020 15:09:43 +0100 Subject: [PATCH] Add protoc-v and Serialization section (#61) --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 95e2045..dffa38d 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ - [Games](#games) - [Command-line](#command-line) - [Project management](#project-management) + - [Serialization](#serialization) - [Libraries](#libraries) - [Command line interface](#command-line-interface) - [Text processing](#text-processing) @@ -88,6 +89,10 @@ - [vset](https://github.com/mulh8377/vset) - A project setup and configuration tool for V projects. +### Serialization + +- [protoc-v](https://github.com/emily33901/protoc-v) - Protobuf compiler and plugin for V. + ## Libraries ### Command line interface