Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/primitiv/primitiv-rust
Rust binding of primitiv
https://github.com/primitiv/primitiv-rust
Last synced: 1 day ago
JSON representation
Rust binding of primitiv
- Host: GitHub
- URL: https://github.com/primitiv/primitiv-rust
- Owner: primitiv
- License: apache-2.0
- Created: 2017-11-29T22:39:46.000Z (almost 7 years ago)
- Default Branch: develop
- Last Pushed: 2018-06-03T18:44:22.000Z (over 6 years ago)
- Last Synced: 2024-11-09T07:43:21.705Z (6 days ago)
- Language: Rust
- Size: 232 KB
- Stars: 20
- Watchers: 1
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Rust frontend of primitiv
=================================Prerequisites
-------------* Rust (1.26 or later)
* Clang (3.9 or later)
* (optional) CUDA (8.0 or later)Install
---------------```
mkdir work
cd work# build primitiv-rust
git clone --branch develop https://github.com/primitiv/primitiv-rust/
cd primitiv-rust
cargo build [--features cuda]# try xor example
cargo run --example xor
```