pyrust

Crates.iopyrust
lib.rspyrust
version0.0.1
sourcesrc
created_at2024-02-14 07:51:35.822975
updated_at2024-02-14 09:05:10.019192
descriptionThe Python to Rust compiler
homepage
repository
max_upload_size
id1139603
size2,030
Damien Sicard (altar31)

documentation

README

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.

Commit count: 0

cargo fmt