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
- Host: GitHub
- URL: https://github.com/selfint/rust-pyo3
- Owner: selfint
- Created: 2020-11-18T06:38:13.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-18T06:52:26.000Z (over 5 years ago)
- Last Synced: 2025-04-08T12:50:48.578Z (about 1 year ago)
- Language: Rust
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# installation
Clone project and then:
`$ cd myrustlib`
`$ cargo build`
`$ cd ..`
`$ python main.py`