Why RustPython?
RustPython
An open source Python 3 (CPython >= 3.11.0) interpreter written in Rust 🐍 😱 🤘
Python
↓
RustPython
→
Python embedded in Rust apps
↓
WebAssembly
→
Python on the Web
RustPython is a Python interpreter written in Rust. RustPython can be embedded into Rust programs to use Python as a scripting language for your application, or it can be compiled to WebAssembly in order to run Python in the browser. RustPython is free and open-source under the MIT license.
Installation
cargo install --gi...
Read more at rustpython.github.io