awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • fatih/structsfatih 的头像

    fatih/structs

    3,926在 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
    在 GitHub 上查看↗3,926
  1. Home
  2. Programming Languages & Runtimes
  3. Pointer Analysis Frameworks
  4. Pointer Type Analysis
  5. Recursive Pointer Unwrapping