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 RepositoriesRecursive Pointer Unwrapping

Logic to resolve nested pointers to their base concrete types during reflection.

Distinct from Pointer Type Analysis: Focuses on recursive unwrapping for field analysis rather than general pointer type analysis in an AST.

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

Awesome Recursive Pointer Unwrapping 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.
  • fatih/structsAvatar de fatih

    fatih/structs

    3,926Voir sur GitHub↗

    Structs is a reflection utility and type inspection framework for Go. It provides tools for inspecting, converting, and validating data structures by extracting field names, tags, and values from Go objects. The library specializes in transforming Go structs into generic maps or slices for serialization and data manipulation. It utilizes tag-driven mapping to determine custom keys and exclusion rules during these transformations. The project covers broader capabilities including metadata extraction, type validation to verify if variables are structs or pointers, and initialization verificati

    Resolves nested pointers to their base struct types to ensure consistent analysis regardless of memory address.

    Gogogolangstructs
    Voir sur GitHub↗3,926
  1. Home
  2. Programming Languages & Runtimes
  3. Pointer Analysis Frameworks
  4. Pointer Type Analysis
  5. Recursive Pointer Unwrapping