This program has been tested with Python 3.7.3 It requires Jinja2 in order to work properly and render the HTML file. You can run python3 main.py -h to display help: Basic usage: main.py -i ...
Arguably the simplest way to use rust from python – no manual compilation step, setup work or binding code required. rustimport provides a simple CLI, makes sure the compiled extension stays up to ...