You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
src | 2 years ago | |
.gitignore | 2 years ago | |
Cargo.lock | 2 years ago | |
Cargo.toml | 2 years ago | |
readme.md | 2 years ago | |
requirements-dev.txt | 2 years ago | |
setup.py | 2 years ago |
readme.md
$ pip install -r requirements-dev.txt
$ rustup default nightly
$ pip install .
$ python3 -c "import hello_from_rust; print(hello_from_rust.greet())"