From 862955d6577fbc424c3d63bc0813d3229151d241 Mon Sep 17 00:00:00 2001 From: Nicolas Dusart Date: Mon, 26 Nov 2018 11:49:14 +0100 Subject: [PATCH] add cppcodec in opensource users --- docs/opensource-users.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/opensource-users.md b/docs/opensource-users.md index 25e5a437..f094167e 100644 --- a/docs/opensource-users.md +++ b/docs/opensource-users.md @@ -32,6 +32,9 @@ A, single-header-only, type-safe, command line parser - which also prints format ### [Couchbase-lite-core](https://github.com/couchbase/couchbase-lite-core) The next-generation core storage and query engine for Couchbase Lite +### [cppcodec](https://github.com/tplgy/cppcodec) +Header-only C++11 library to encode/decode base64, base64url, base32, base32hex and hex (a.k.a. base16) as specified in RFC 4648, plus Crockford's base32. + ### [DtCraft](https://github.com/twhuang-uiuc/DtCraft) A High-performance Cluster Computing Engine