rye-grain 0.0.1

A Python to Rust translator
Documentation

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.