-
- Downloads
start Rust translation
Cargo.toml
0 → 100644
[package] | ||
name = "EntangleWare Control" | ||
version = "0.1.0" | ||
authors = [ "Will Huie <whui2@illinois.edu>",] | ||
edition = "2018" | ||
[dependencies] | ||
ndarray = "0.13.1" | ||
numpy = "0.12.1" | ||
socket = "0.0.7" | ||
[lib] | ||
path = "lib_rs/lib.rs" | ||
name = "lib" | ||
crate-type = [ "cdylib",] | ||
[dependencies.pyo3] | ||
version = "0.12.4" | ||
features = [ "extension-module",] |
lib_rs/.gitkeep
0 → 100644
lib_rs/entangleware_control_link.rs
0 → 100644
setup.py
0 → 100644
Please register or sign in to comment