pyo3/examples/pyo3_benchmarks/README.md

184 B

rustapi_module

A simple extension module built using PyO3.

Build

python setup.py install

Testing

To test install tox globally and run

tox -e py