From 434208d847566b8078c7acac52ec08f1f877a5f0 Mon Sep 17 00:00:00 2001 From: koplenov Date: Fri, 2 Apr 2021 23:06:18 +0300 Subject: [PATCH] Add serialization library (#102) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 435691a..1a43799 100644 --- a/README.md +++ b/README.md @@ -100,6 +100,7 @@ ### Serialization - [vproto](https://github.com/emily33901/vproto) - Protobuf compiler and runtime in V. +- [v-toxml](https://github.com/radare/v-toxml) - XML Serialization library for V. ## Libraries