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

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

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

1 个仓库

Awesome GitHub RepositoriesSchema Pruning

Processes for filtering schemas to a subset of types to reduce generated code size.

Distinct from Schema-to-Code Generators: Distinct from Schema-to-Code Generators: focuses on removing unused elements from the schema before code generation.

Explore 1 awesome GitHub repository matching software engineering & architecture · Schema Pruning. Refine with filters or upvote what's useful.

Awesome Schema Pruning GitHub Repositories

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

    square/wire

    4,419在 GitHub 上查看↗

    Wire 是一个跨平台的代码生成器,也是 gRPC 和 Protocol Buffers 的实现。它将模式定义转换为 Kotlin、Swift 和 Java 的类型安全原生语言绑定,以确保分布式系统之间的一致数据交换和通信。 该项目提供了用于 Protocol Buffer 模式管理的专门工具,包括修剪未使用类型和按版本过滤字段以减小最终二进制大小的能力。它还处理命名空间管理,并允许创建自定义模式处理器以在编译阶段执行用户定义的逻辑。 该框架涵盖了广泛的功能,包括为同步和异步远程过程调用生成服务接口、将模式类型映射到原生语言原语,以及将消息序列化为 JSON。它还包括对生成可打包 (parcelable) 消息和用于测试的模拟客户端的支持。

    Filters schemas to a specific subset of root types and dependencies to reduce total source code size.

    Kotlin
    在 GitHub 上查看↗4,419
  1. Home
  2. Software Engineering & Architecture
  3. Schema-to-Code Generators
  4. Schema Pruning