pyo3/examples/rustapi_module/README.md
2020-11-10 12:50:41 +00:00

18 lines
184 B
Markdown

# rustapi_module
A simple extension module built using PyO3.
## Build
```shell
python setup.py install
```
## Testing
To test install tox globally and run
```shell
tox -e py
```