Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

  • nlohmann/json: A Popular, header-only C++ library for working with JSON. It provides an intuitive, STL-like API for parsing, serializing, and manipulating JSON data.

  • p-ranav/argparse: A lightweight, header-only C++ library for command-line argument parsing with a Python argparse-like API.

  • google/benchmark: A microbenchmarking library for measuring the performance of C++ code, designed for benchmarking functions and code snippets.

  • google/googletest: A widely used C++ testing framework that provides unit testing capabilities with assertions, fixtures, and test runners.

  • catchorg/Catch2: A modern, header-only C++ testing framework that supports simple test case definitions and expressive assertions.

  • fmtlib/fmt: A fast and safe formatting library for C++, providing an alternative to printf and std::ostream.

  • gabime/spdlog: A fast, header-only C++ logging library with support for console and file output, formatting, and multithreading.