| Crates.io | ioctl-id |
| lib.rs | ioctl-id |
| version | 0.2.0 |
| created_at | 2024-06-24 07:23:40.086015+00 |
| updated_at | 2024-06-24 08:35:49.456801+00 |
| description | Rust identifiers for `ioctl(2)` calls on Unix-like systems. |
| homepage | https://github.com/dacut/ioctl-id |
| repository | https://github.com/dacut/ioctl-id.git |
| max_upload_size | |
| id | 1281949 |
| size | 61,200 |
ioctl-idRust 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.
| Operating System | Supported Platforms | Untested Platforms |
|---|---|---|
| FreeBSD | (in progress) | |
| Linux | arm*, aarch64, i686, x86_64 | mips*, ppc*, sparc* |
| MacOS | arm64, x86_64 |