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
- Host: GitHub
- URL: https://github.com/samlet/soulinjector
- Owner: samlet
- Created: 2019-11-29T10:49:06.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-29T10:49:29.000Z (over 6 years ago)
- Last Synced: 2025-02-15T00:28:46.004Z (over 1 year ago)
- Topics: pyo3, python, rust
- Language: Jupyter Notebook
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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'
>>>
```