pyo3/examples/rustapi_module/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