Crates.io | ioctl-id |
lib.rs | ioctl-id |
version | 0.2.0 |
source | src |
created_at | 2024-06-24 07:23:40.086015 |
updated_at | 2024-06-24 08:35:49.456801 |
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-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.
Operating System | Supported Platforms | Untested Platforms |
---|---|---|
FreeBSD | (in progress) | |
Linux | arm*, aarch64, i686, x86_64 | mips*, ppc*, sparc* |
MacOS | arm64, x86_64 |