1 个仓库
Frameworks for combining different programming languages to create linkable libraries or replace logic.
Distinct from Rust-to-Python Binding Generators: Provides a framework for combining languages, whereas binding generators focus on the interface layer.
Explore 1 awesome GitHub repository matching programming languages & runtimes · Language Bridge Frameworks. 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
Combines Rust and Python to create linkable libraries or replace logic gradually.