awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 مستودع

Awesome GitHub RepositoriesUniFFI

Generates Python bindings from an interface definition file using UniFFI for cross-platform compatibility.

Distinct from Binding Generators: Distinct from Binding Generators: specifically uses UniFFI for cross-platform Python bindings, not general C API metadata.

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

Awesome UniFFI GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • pyo3/maturinالصورة الرمزية لـ PyO3

    PyO3/maturin

    5,413عرض على GitHub↗

    Maturin is a build tool that compiles Rust crates into Python wheel packages, supporting multiple binding systems such as PyO3, CFFI, and UniFFI to create native extension modules. It manages the full build pipeline from Rust compilation to wheel assembly, including cross-compilation for different operating systems and architectures without requiring native hardware. The tool integrates development-mode installation with automatic rebuilds: when a Python import hook detects source changes, it triggers recompilation before the module loads. Editable installs link the compiled module into site-

    Generates Python bindings from an interface definition file using UniFFI for cross-platform compatibility.

    Rustcfficpythoncross-compile
    عرض على GitHub↗5,413
  1. Home
  2. Software Engineering & Architecture
  3. Integration & Extensibility
  4. Programmatic Interfaces
  5. Binding Generators
  6. UniFFI