pyo3/examples/rustapi_module
2021-02-11 22:03:34 +00:00
..
rustapi_module
src
tests
Cargo.toml
MANIFEST.in
pyproject.toml
README.md
requirements-dev.txt
setup.py
tox.ini

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