tplgy / cppcodecLinks
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.
☆675Updated 3 years ago
Alternatives and similar repositories for cppcodec
Users that are interested in cppcodec are comparing it to the libraries listed below
Sorting:
- A C++17 cross-platform implementation for UUIDs☆849Updated last year
- Gzip header-only C++ library☆348Updated 2 years ago
- C++ header-only JSON library☆659Updated 8 months ago
- A C++, header-only library for constructing JSON and JSON-like data formats, with JSON Pointer, JSON Patch, JSON Schema, JSONPath, JMESPa…☆803Updated this week
- The C++14 wrapper around sqlite library☆938Updated last year
- SQLite3++ - C++ wrapper of SQLite3 API☆628Updated 2 years ago
- Yet Another Serialization☆766Updated 8 months ago
- C++ wrapper for libzip☆441Updated last month
- Async++ concurrency framework for C++11☆1,413Updated last year
- G3log is an asynchronous, "crash safe", logger that is easy to use with default logging sinks or you can add your own. G3log is made wi…☆939Updated 5 months ago
- This is a header only C++ version of inih.☆447Updated last year
- A simple C++14 signal-slots implementation☆850Updated 3 months ago
- Lightweight cross platform C++ GUID/UUID library☆494Updated last year
- Your binary serialization library☆1,194Updated last month
- An implementation of C++17 std::filesystem for C++11 /C++14/C++17/C++20 on Windows, macOS, Linux and FreeBSD.☆1,481Updated 9 months ago
- Pure C++17 Signals and Slots☆435Updated 3 years ago
- A cross-platform header-only C++14 library for reading and writing ZIP files☆283Updated last year
- Sole is a lightweight C++11 library to generate universally unique identificators (UUID), both v1 and v4.☆301Updated 3 years ago
- string_view lite - A C++17-like string_view for C++98, C++11 and later in a single-file header-only library☆457Updated last month
- A small platform independent library making it simple to create and stop new processes in C++, as well as writing to stdin and reading fr…