cppcodec
binary encoder
A header-only C++11 library for encoding/decoding various binary data formats
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. MIT licensed with consistent, flexible API.
624 stars
25 watching
111 forks
Language: C++
last commit: over 2 years ago
Linked from 3 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
| A header-only C++11 library for serializing arbitrary data types and nested containers to binary format. | 7 |
| A C++11 library providing encoding and decoding capabilities for various bases | 3 |
| A lightweight PNG image decoder and encoder library with a focus on performance and simplicity. | 749 |
| A library for encoding and decoding binary data in a compact and secure format. | 750 |
| A C++ library for encoding binary data into base64 strings on the Arduino platform. | 184 |
| A lightweight C++20 serialization and RPC library in one header file | 755 |
| A C++ library for encoding and decoding data using custom bases. | 14 |
| A combinator-based library for encoding and decoding binary data with a focus on pure functional programming and statically verified type mappings. | 809 |
| A C library for serializing and deserializing binary objects in a compact format | 507 |
| A binary serialization library optimized for speed and space. | 1,090 |
| A Common Lisp library for efficient charset encoding and decoding | 92 |
| A library that encodes numbers using a compact set of characters (Base62) and provides decoding functionality. | 10 |
| A tool to import and compile C++ code from Python directly during runtime | 1,195 |
| A PNG encoder and decoder written in C++ with support for ANSI C | 2,120 |
| A compiler and runtime environment for a basic programming language | 39 |