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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

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

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • neargye/magic_enumAvatar de Neargye

    Neargye/magic_enum

    6,115Voir sur GitHub↗

    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
    Voir sur GitHub↗6,115
  1. Home
  2. Programming Languages & Runtimes
  3. String Parsing
  4. Enum Parsers