AutoYAML - Boilerplate-Free YAML Parsing for C++

This page summarizes the projects mentioned and recommended in the original post on /r/cpp

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • AutoYAML

    Boilerplate-free YAML parsing for C++

  • I use YAML configuration files all the time but I hate writing boilerplate parser code whenever I want to include them in a C++ project. Which is why I have created AutoYAML, a Clang/LLVM/LibTooling-based program that automatically generated yaml-cpp conversion code code for C++ record types. This is a rough draft but it seems to work nicely for my needs so maybe someone else will find this useful as well.

  • cmake-init

    The missing CMake project initializer

  • You could eliminate one of your TODO items with cmake-init. For the dependencies, you could use Conan or vcpkg. Check out the examples for how to use those.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts