visa-sys 0.1.0

FFI bind to VISA(Virtual Instrument Software Architecture) library
[package]

name = "visa-sys"

version = "0.1.0"

authors = ["ITOAR <itoar@outlook.com>"]

edition = "2021"

license = "MIT OR Apache-2.0"

repository = "https://github.com/TsuITOAR/visa-sys"

homepage = "https://github.com/TsuITOAR/visa-sys"

description = "FFI bind to VISA(Virtual Instrument Software Architecture) library"

exclude = ["/sample.rs", "/.vscode"]



[dependencies]



[build-dependencies]

bindgen = "^0.59"