2 个仓库
Frameworks that enable the mixing, migration, and bridging of logic between two different languages.
Distinct from Rust-to-Python Binding Generators: Broadly manages the integration of two languages rather than just generating type-safe bindings.
Explore 2 awesome GitHub repositories matching programming languages & runtimes · Language Interoperability Bridges. Refine with filters or upvote what's useful.
PyOxidizer is a Python application packager and interpreter embedder designed to compile Python code and dependencies into a single standalone executable binary. It functions as a distribution tool that allows applications to run on target machines without a pre-installed interpreter. The project serves as a bridge between Rust and Python, providing a framework to integrate the two languages for creating linkable libraries or incrementally replacing logic. It facilitates the embedding of a Python runtime into larger applications to execute scripts or provide Python-based logic. The toolset c
Bridges Rust and Python by embedding an interpreter or bootstrapping a project to mix and migrate logic.
该项目是一个 Swift 标准库扩展和跨平台系统库。它提供了一系列核心实用类型和基础数据结构,扩展了 Swift 基础语言,并作为处理网络和文件系统等系统操作的独立于操作系统的接口层。 该项目具有专门的 C++ 互操作层,将 C++ 类型和函数映射为兼容的 Swift 接口,以实现跨语言通信。这包括一个处理标准库类型和外部容器的桥接机制,允许将 C++ 类型映射为引用类型或值类型,以同步内存管理和语义。 其广泛的功能包括用于编码和解码 JSON 等结构化数据的序列化,以及用于管理区域感知格式、日历和区域设置的国际化框架。它还提供了用于处理 URL 和原始二进制数据的核心数据管理功能。
Modifies external frameworks to create consistent mappings and interoperability between different language runtimes.