From b10ccb83e1c3ba83d22157d5b59e3da2a88dd1c1 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Wed, 5 Dec 2018 06:42:33 -0800 Subject: [PATCH] Add rpclib to projects --- README.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index e3e77dbf..3e43b308 100644 --- a/README.rst +++ b/README.rst @@ -153,7 +153,8 @@ which take arbitrary arguments (`godbolt `_): report_error("file not found: {}", path); Note that ``vreport_error`` is not parameterized on argument types which can -improve compile times and reduce code size compared to fully parameterized version. +improve compile times and reduce code size compared to fully parameterized +version. Projects using this library --------------------------- @@ -210,6 +211,9 @@ Projects using this library * `redis-cerberus `_: A Redis cluster proxy +* `rpclib `_: A modern C++ msgpack-RPC server and client + library + * `Saddy `_: Small crossplatform 2D graphic engine