# libraries https://github.com/AnthonyCalandra/modern-cpp-features https://github.com/fffaraz/awesome-cpp https://hackingcpp.com/index.html ## in use * [[https://github.com/actor-framework/actor-framework|libcaf]] * [[https://github.com/joboccara/NamedType|NamedType]] * [[https://github.com/fmtlib/fmt|libfmt]] * [[http://chaiscript.com/index.html|ChaiScript]] * [[https://github.com/nlohmann/json|nlohmann/json]] * [[https://pugixml.org/|pugixml]] * [[https://github.com/sth/callable.hpp|callable.hpp]] * [[https://gitlab.com/eidheim/Simple-Web-Server|SimpleHTTP(s) Server/Client]] * [[https://github.com/USCiLab/cereal|A C++11 library for serialization (JSON/XML/Binary)]] * [[https://boost-experimental.github.io/sml/|Boost StateMachine (SML)]] * [[https://github.com/serge-sans-paille/frozen|frozen CompileTime Map/Set]] * [[https://github.com/Manu343726/ctti|CompileTime Type Information for C++ ]] * [[https://github.com/google/benchmark|google benchmark]] * [[hash|Compile time Hash fnv1a]] Source: [[https://gist.github.com/underscorediscovery/81308642d0325fd386237cfa3b44785c|gist]] ## needs review / not used yet * https://github.com/LouisCharlesC/safe * https://github.com/foonathan/type_safe * https://github.com/grisumbras/enum-flags * https://ned14.github.io/outcome/ * https://github.com/LoopPerfect/neither * https://github.com/inspector-repl/inspector * https://github.com/docopt/docopt.cpp * https://gist.github.com/Lee-R/3839813 * https://naios.github.io/continuable/index.html * https://naios.github.io/function2/ * https://github.com/Naios/TaskScheduler * https://github.com/joboccara/pipes * https://github.com/ArthurSonzogni/FTXUI * https://github.com/eliaskosunen/scnlib ### others * error code: https://akrzemi1.wordpress.com/2017/07/12/your-own-error-code/