inline-python
Python compiler
Allows inline Python code execution within Rust
Inline Python code directly in your Rust code
1k stars
16 watching
40 forks
Language: Rust
last commit: 8 months ago 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 |
harpocrates/inline-rust | Enables writing Rust code inline in Haskell programs using quasiquotes | 223 |
jturner314/py_literal | A Rust crate for parsing and formatting Python literals. | 16 |
dgrunwald/rust-cpython | Rust bindings for the Python interpreter, allowing Rust code to interact with and use Python libraries and scripts. | 1,815 |
peco602/rust-universal-compiler | A container solution to compile Rust projects across multiple operating systems. | 32 |
rustomax/rust-iterators | Demonstrates basic Rust iterator use. | 257 |
alilleybrinker/langs-in-rust | A directory of programming languages implemented in Rust, serving as a source of inspiration and comparison. | 887 |
igor-petruk/scriptisto | Tool that automates compilation and execution of scripts written in compiled languages | 977 |
bradford-hamilton/monkey_lang_rust | Rewriting a scripting language in Rust to create a compiler and interpreter implementation | 6 |
rochacbruno/py2rs | A guide to help Python developers learn Rust | 2,082 |
pyo3/rust-numpy | Rust bindings for Python's NumPy C-API | 1,148 |
rust-lang/rust | Empowering software developers to build reliable and efficient software using a fast and memory-efficient language with strong type safety and comprehensive tooling. | 99,490 |
progval/pythonvm-rust | A Rust-based implementation of a Python bytecode interpreter with goals of compatibility and sandboxing. | 73 |
rust-lang/rustc-dev-guide | An online guide to understanding the Rust compiler's inner workings and contributing to it | 1,677 |
rust-lang/rust-mode | An Emacs configuration for editing Rust code | 1,133 |