rspython
Rust Python
An alternative implementation of Python in Rust, aiming to provide a native compilation option and explore new possibilities for combining Rust with Python.
Rust implementation of the python language
30 stars
4 watching
2 forks
Language: Rust
last commit: over 6 years ago python-languagerust
Related projects:
Repository | Description | Stars |
---|---|---|
alilleybrinker/langs-in-rust | A directory of programming languages implemented in Rust, serving as a source of inspiration and comparison. | 874 |
dgrunwald/rust-cpython | Rust bindings for the Python interpreter, allowing Rust code to interact with and use Python libraries and scripts. | 1,813 |
m-ou-se/inline-python | Allows inline Python code execution within Rust | 1,158 |
rust-lang/rust | The Rust project provides tools and infrastructure to build efficient, reliable software | 98,564 |
rochacbruno/py2rs | A guide to help Python developers learn Rust | 2,083 |
rust-lang/reference | The Rust Language Reference is the primary documentation for the Rust programming language. | 1,248 |
rust-lang-ru/rust-by-example | A translation project of the Rust programming language book | 63 |
progval/pythonvm-rust | A Rust-based implementation of a Python bytecode interpreter with goals of compatibility and sandboxing. | 73 |
apache/dubbo-rust | A Rust implementation of an RPC framework with support for multiple protocols and transport methods | 279 |
sybrenstuvel/python-rsa | A Python implementation of RSA cryptography | 488 |
rustedpy/result | A library providing a simple, type-safe way to handle values with potential errors in Python 3. | 1,597 |
rust-lang/rust-enhanced | An enhanced package for Sublime Text 4 that improves syntax highlighting, build system, and error handling for the Rust programming language. | 786 |
bradford-hamilton/monkey_lang_rust | Rewriting a scripting language in Rust to create a compiler and interpreter implementation | 6 |
rustedpy/maybe | Provides an Option type inspired by Rust for Python 3 | 67 |
rust-rocksdb/rust-rocksdb | A Rust wrapper around the RocksDB database system. | 1,862 |