awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 Repo

Awesome GitHub RepositoriesEnum Parsers

Parsing string representations back into C++ enum values with support for case-insensitive and custom matching rules.

Distinct from String Parsing: Distinct from String Parsing: specifically targets enum type parsing with compile-time name lookup, not general string-to-type conversion.

Explore 1 awesome GitHub repository matching programming languages & runtimes · Enum Parsers. Refine with filters or upvote what's useful.

Awesome Enum Parsers GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • neargye/magic_enumAvatar von Neargye

    Neargye/magic_enum

    6,115Auf GitHub ansehen↗

    Magic Enum is a C++ library that provides compile-time reflection for enumerations, enabling conversion between enum values and their string names, iteration over enum members, and validation of enum values without relying on macros or external code generation. It uses template metaprogramming and constexpr functions to extract enum information directly from the compiler's internal representation, making the entire reflection process static and free of runtime overhead. The library distinguishes itself through its comprehensive set of compile-time enum utilities, including the ability to coun

    Parses string representations back into C++ enum values with case-insensitive and custom matching rules.

    C++c-plus-plusc-plus-plus-17cplusplus
    Auf GitHub ansehen↗6,115
  1. Home
  2. Programming Languages & Runtimes
  3. String Parsing
  4. Enum Parsers