linux-gpib-sys 0.1.3

FFI bind to Linux-GPIB library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "linux-gpib-sys"
version = "0.1.3"
authors = ["Julien Salort <julien.salort@ens-lyon.fr>"]
edition = "2024"
license-file = "LICENSE.txt"
description = "FFI bind to Linux-GPIB library"
repository = "https://github.com/jsalort/linux-gpib-sys"
homepage = "https://github.com/jsalort/linux-gpib-rs"

[build-dependencies]
bindgen = "0.71"

[lib]
crate-type = ["lib", "cdylib"]