ioctl-id

Crates.ioioctl-id
lib.rsioctl-id
version0.2.0
sourcesrc
created_at2024-06-24 07:23:40.086015
updated_at2024-06-24 08:35:49.456801
descriptionRust identifiers for `ioctl(2)` calls on Unix-like systems.
homepagehttps://github.com/dacut/ioctl-id
repositoryhttps://github.com/dacut/ioctl-id.git
max_upload_size
id1281949
size61,200
David Cuthbert (dacut)

documentation

README

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
Commit count: 5

cargo fmt