An open API service indexing awesome lists of open source software.

https://github.com/samlet/soulinjector

use rust as python's library
https://github.com/samlet/soulinjector

pyo3 python rust

Last synced: 3 months ago
JSON representation

use rust as python's library

Awesome Lists containing this project

README

          

# procs-soulinjector.md
- ⊕ [Get Started - PyO3 user guide](https://pyo3.rs/v0.6.0/)

## start
```sh
$ cargo build --release
$ cp target/release/libsoulinjector.dylib ./soulinjector.so

$ using bigdata
$ python

>>> import soulinjector
>>> soulinjector.sum_as_string(5,3)
'8'
>>>
```