uoctl 1.0.0

`ioctl`, uoctl, we all octl. Helpers for binding to `ioctl`-based interfaces.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "uoctl"
version = "1.0.0"
edition = "2024"
license = "0BSD"
rust-version = "1.85"  # (keep this in sync with `ci.yaml`)
categories = ["os::linux-apis"]
keywords = ["file", "descriptor", "io", "control"]
repository = "https://github.com/SludgePhD/uoctl"
description = "`ioctl`, uoctl, we all octl. Helpers for binding to `ioctl`-based interfaces."

[dependencies]
libc = "0.2.172"