rust-cpython
Python wrapper
Rust bindings for the Python interpreter, allowing Rust code to interact with and use Python libraries and scripts.
Rust <-> Python bindings
2k stars
33 watching
136 forks
Language: Rust
last commit: 3 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
windelbouwman/rspython | An alternative implementation of Python in Rust, aiming to provide a native compilation option and explore new possibilities for combining Rust with Python. | 30 |
ahgamut/cpython | The Python programming language implementation | 32 |
pyos/dg | A programming language compiler for CPython bytecode | 576 |
guillaumegomez/rust-gsl | A Rust binding for the GSL library. | 190 |
s-zeng/dhall-python | Bindings for a configuration language used in Rust to integrate it into Python applications | 44 |
fltk-rs/fltk-rs | Rust bindings for a lightweight GUI library with customizable widgets and permissive licensing. | 1,614 |
gurugio/rust-for-linux | Adding support for the Rust language to the Linux kernel | 5 |
rust-rocksdb/rust-rocksdb | A Rust wrapper around the RocksDB database system. | 1,862 |
duckdb/duckdb-rs | An ergonomic Rust wrapper for DuckDB's C API | 505 |
rochacbruno/py2rs | A guide to help Python developers learn Rust | 2,083 |
python/devguide | A comprehensive guide to contributing to the CPython development team. | 1,865 |
alilleybrinker/langs-in-rust | A directory of programming languages implemented in Rust, serving as a source of inspiration and comparison. | 874 |
m-ou-se/inline-python | Allows inline Python code execution within Rust | 1,158 |
ninia/jep | Embeds CPython in Java through JNI to create a native Python interpreter within a JVM. | 1,332 |
tikv/grpc-rs | A Rust wrapper of the gRPC Core library for building high-performance RPC services. | 1,807 |