ioctl-sys 0.8.0

IO Control for POSIX-and-beyond systems (core fn & macros, see `ioctls` for many ioctl definitions)
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "ioctl-sys"
version = "0.8.0"
authors = ["Cody P Schafer <dev@codyps.com>", "Corey Richardson <corey@octayn.net>"]
description = "IO Control for POSIX-and-beyond systems (core fn & macros, see `ioctls` for many ioctl definitions)"
license = "MIT OR Apache-2.0"
repository = "https://github.com/jmesmon/ioctl"
documentation = "https://docs.rs/ioctl-sys"
include = ["Cargo.toml", "**/*.rs"]

[dependencies]