pyo3/examples/rustapi_module/README.md

18 lines
184 B
Markdown
Raw Normal View History

2020-11-09 21:46:25 +00:00
# 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
```