Python to Rust transpiler.
Project description
Python to Rust transpiler
This project started as Python to Rust syntax converter. It is not aimed at producing ready-to-compile code, but some basic stuff can be compiled easily.
It generates unidiomatic non-optimized code with unnecessary allocations, but can reduce amount of edits you have to do when porting Python projects.
Only basic subset of Python is supported right now and the end goal is to support common cases at least as a placeholders.
The project is in experimental, so it may crash or silently skip some statements, so be careful.
Based on Lukas Martinelli Py14 (https://github.com/lukasmartinelli/py14) and Py14/python-3 (https://github.com/ProgVal/py14/tree/python-3) branch by Valentin Lorentz.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for python_rs-0.1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ad8dab4551f51cfabdbc2bdf31d9a99dcb0f06a6df30e16f688eaea1ab65aea6 |
|
MD5 | a2bdac70f531e2bb8fc67472b2ee5fea |
|
BLAKE2b-256 | 48e8bc806b4c4c3a5c4a616d3ad7d19b79af7464b880e86253ed37fd4e59c15c |