sg 0.2.1

Library for Linux's SCSI Generic (SG) interface
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "sg"
version = "0.2.1"
authors = ["Dror Levin <spatz@psybear.com>"]
description = "Library for Linux's SCSI Generic (SG) interface"
repository = "https://github.com/drrlvn/sg"
license = "Apache-2.0"

[dependencies]
libc = "0.2.43"
vecio = "0.1.0"

[build-dependencies]
bindgen = "0.43.1"