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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repository

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • neargye/magic_enumAvatar Neargye

    Neargye/magic_enum

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