linux-gpib-sys 0.1.0

FFI bind to Linux-GPIB library
[build-dependencies.bindgen]
version = "0.71"

[lib]
crate-type = ["lib", "cdylib"]
name = "linux_gpib_sys"
path = "src/lib.rs"

[package]
authors = ["Julien Salort <julien.salort@ens-lyon.fr>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
description = "FFI bind to Linux-GPIB library"
edition = "2024"
homepage = "https://github.com/jsalort/linux-gpib-rs"
license-file = "LICENSE.txt"
name = "linux-gpib-sys"
readme = false
repository = "https://github.com/jsalort/linux-gpib-sys"
version = "0.1.0"