Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```