pyo3/examples/rustapi_module
2020-12-31 22:11:48 +00:00
..
rustapi_module
src ci: deny clippy warnings for examples 2020-12-31 22:11:48 +00:00
tests rustapi_module: move issue_219 regression test 2020-11-10 14:23:08 +00:00
Cargo.toml
MANIFEST.in
pyproject.toml
README.md
requirements-dev.txt
setup.py rustapi_module: move issue_219 regression test 2020-11-10 14:23:08 +00:00
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