servicepoint/crates/servicepoint_binding_py/Readme.md

18 lines
350 B
Markdown
Raw Normal View History

2024-06-27 21:46:38 +02:00
# What is this?
2024-09-12 21:43:36 +02:00
Python bindings for the rust servicepoint library built using [Maturin](https://www.maturin.rs).
2024-06-27 21:46:38 +02:00
## Building
* Need a python virtualenv
* Activate it
* `make build`
## TODO
2024-06-28 08:14:01 +02:00
* expose rust functions to python
* rename `src` -> `rust`
* encapsulete python module in `py` folder
* unit tests for python bindings
* example fnord sign