1
0
mirror of https://github.com/vlang/awesome-v.git synced 2023-08-10 21:13:23 +03:00

Add protoc-v and Serialization section (#61)

This commit is contained in:
Emily Hudson 2020-06-01 15:09:43 +01:00 committed by GitHub
parent a9e9f5341d
commit 43574e8977
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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