0da12bd0dc | ||
---|---|---|
.. | ||
rustapi_module | ||
src | ||
tests | ||
Cargo.toml | ||
MANIFEST.in | ||
README.md | ||
pyproject.toml | ||
requirements-dev.txt | ||
setup.py | ||
tox.ini |
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