All Projects → primitiv → primitiv-rust

primitiv / primitiv-rust

Licence: Apache-2.0 license
Rust binding of primitiv

Programming Languages

rust
11053 projects

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].