Crates.io | pyrust |
lib.rs | pyrust |
version | 0.0.1 |
source | src |
created_at | 2024-02-14 07:51:35.822975 |
updated_at | 2024-02-14 09:05:10.019192 |
description | The Python to Rust compiler |
homepage | |
repository | |
max_upload_size | |
id | 1139603 |
size | 2,030 |
" The Python to Rust compiler"
PyRust is a compiler to convert Python code to Rust one, easily and efficiently.
"Who has never dreamed of writing Python code and generating fast and optimized binaries ? "
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.
For the moment the project is at the very early stage :
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.