rye-grain

Crates.iorye-grain
lib.rsrye-grain
version0.0.1
sourcesrc
created_at2022-12-06 00:45:45.653667
updated_at2022-12-06 00:45:45.653667
descriptionA Python to Rust translator
homepage
repositoryhttps://github.com/ucodery/rye
max_upload_size
id730704
size133,916
Jeremy Paige (ucodery)

documentation

README

Rye is a Python to Rust translator. It can take Python code and output Rust code, meaning that it is possible to create a static binary from Python source.

It also includes full APIs for tokenizing and parsing Python source into an AST in Rust. This makes is possible to analyze Python code without any Python runtime installed locally, or require any linking to the Python C-API.

Commit count: 14

cargo fmt