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

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

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

1 个仓库

Awesome GitHub RepositoriesCargo Build Scripts

Generates C++ bindings from Rust declarations by running a build script that compiles the resulting C++ source.

Distinct from Binding Generators: Distinct from Binding Generators: focuses on the Cargo-specific build script integration, not general binding generation from C API metadata.

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

Awesome Cargo Build Scripts GitHub Repositories

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

    dtolnay/cxx

    6,664在 GitHub 上查看↗

    CXX is a code generator that produces a safe, zero-overhead FFI bridge between Rust and C++. It lets functions and data types from either language be used directly in the other, with static type safety enforced at compile time and no copying, serialization, or runtime checks across the boundary. The bridge supports the full range of cross-language interactions: Rust can call C++ functions and use C++ types, and C++ can call Rust functions and use Rust types. Standard library types like strings, vectors, and smart pointers are mapped automatically between the two languages, while opaque types

    Generates C++ bindings from Rust bridge declarations via a Cargo build script.

    Rust
    在 GitHub 上查看↗6,664
  1. Home
  2. Software Engineering & Architecture
  3. Integration & Extensibility
  4. Programmatic Interfaces
  5. Binding Generators
  6. Cargo Build Scripts