ioctl-id 0.2.0

Rust identifiers for `ioctl(2)` calls on Unix-like systems.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# Crate `ioctl-id`
Rust identifiers for `ioctl(2)` calls on Unix-like systems.

This brings definitions from the `ioctl.h` header into Rust as constant functions for use in
writing other Rust-based libraries for interacting with character and block devices.

## Platform Support

| Operating System  | Supported Platforms         | Untested Platforms      |
| ----------------- | --------------------------- | ----------------------- |
| FreeBSD           | (in progress)               |                         |
| Linux             | arm*, aarch64, i686, x86_64 | mips*, ppc*, sparc*     |
| MacOS             | arm64, x86_64               |                         |