Crates.io | libquantum-patched |
lib.rs | libquantum-patched |
version | 0.1.3 |
source | src |
created_at | 2018-04-04 01:04:31.808638 |
updated_at | 2018-04-04 01:04:31.808638 |
description | Rust bindings for the libquantum C library. |
homepage | |
repository | https://github.com/qcgpu/rust-libquantum |
max_upload_size | |
id | 58877 |
size | 54,950 |
Bindings for libquantum in Rust - a fork
rust-libquantum-forked
is a library that provides safe bindings to the libquantum library (v. 1.1.1)
C library, a quantum simulator.
Like libquantum and rust-libquantum, rust-libquantum-patched is licensed under GPL-3.0 as it links dynamically against libquantum and was forked from rust-libquantum.
sudo apt-get install libquantum-dev
or brew install libquantum --devel
)[dependencies]
libquantum-patched = "0.2"
You can also pull from GitHub to use the latest version.
[dependencies.libquantum]
git = "https://github.com/mknyszek/rust-libquantum"
Finally, you can also just clone this repository and compile with cargo build
If for some reason the build script cannot find quantum.h
on your system, try installing from source
Just submit a pull request, any help in getting these bindings general and complete is welcome. Some rules, though: