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

https://github.com/selfint/rust-pyo3

Hello world from rust to python
https://github.com/selfint/rust-pyo3

Last synced: 11 months ago
JSON representation

Hello world from rust to python

Awesome Lists containing this project

README

          

# installation

Clone project and then:

`$ cd myrustlib`

`$ cargo build`

`$ cd ..`

`$ python main.py`