Skip to content

Commit f4e78d8

Browse files
committed
Merge pull request fffaraz#180 from jpetso/cppcodec
Add cppcodec, a C++11 header-only base-N encoding library.
2 parents 028602b + 1b29bdb commit f4e78d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -466,6 +466,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
466466
## Serialization
467467

468468
* [cereal](https://github.com/USCiLab/cereal) - A C++11 library for serialization. [BSD]
469+
* [cppcodec](https://github.com/tplgy/cppcodec) - Header-only C++11 library to encode/decode base64, base32 and hex with consistent, flexible API. [MIT]
469470
* [FlatBuffers](https://github.com/google/flatbuffers) - A Memory efficient serialization library. [Apache2]
470471
* [MessagePack](https://github.com/msgpack/msgpack-c) - Efficient binary serialization format "like JSON" for C/C++. [Apache2] [website](http://msgpack.org/)
471472
* [protobuf](https://github.com/google/protobuf) - Protocol Buffers - Google's data interchange format. [BSD]

0 commit comments

Comments
 (0)