pyo3/examples/pyo3_benchmarks/README.md

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
```