pyo3/examples/rustapi_module
David Hewitt 126a74842f rustapi_module: move issue_219 regression test 2020-11-10 14:23:08 +00:00
..
rustapi_module Move rustapi_module into examples 2018-08-21 18:33:33 -04:00
src rustapi_module: move issue_219 regression test 2020-11-10 14:23:08 +00:00
tests rustapi_module: move issue_219 regression test 2020-11-10 14:23:08 +00:00
Cargo.toml Revert "Disable segfaulty subclassing by default" 2020-01-12 01:22:32 +01:00
MANIFEST.in Add custom sdist command to modify Cargo.toml 2019-04-25 07:06:26 -04:00
README.md examples: simplify tox instructions 2020-11-10 12:50:41 +00:00
pyproject.toml examples: simplify tox instructions 2020-11-10 12:50:41 +00:00
requirements-dev.txt Add a test to detect memory leak of bytes->vec conversion 2019-09-07 17:59:19 +09:00
setup.py rustapi_module: move issue_219 regression test 2020-11-10 14:23:08 +00:00
tox.ini examples: simplify tox instructions 2020-11-10 12:50:41 +00:00

README.md

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