# PyRust *" The Python to Rust compiler"* **PyRust** is a compiler to convert **Python** code to **Rust** one, **easily** and **efficiently**. ## Why ? *"Who has never dreamed of writing Python code and generating fast and optimized binaries ? "* ## Goals Initialy, the goals of the project is to be able to compile **pure** Python code (ie. which does not depend on **external dependencies**) to Rust. ## ⚠ Warnings For the moment the project is at the **very early stage** : - **Nothing** is implemented in this crate version - The development of the project takes place in a **private** github repository - The documentation is **missing** The **public** github repository as well as a "usable" crate version will be **available** in the upcoming months when the project will be more **advanced**.