blkpg 0.2.0

A library to call Linux blkpg ioctls.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
description = "A library to call Linux blkpg ioctls."
edition = "2021"
keywords = ["blkpg", "ioctl", "linux", "system"]
license = "MIT"
name = "blkpg"
readme = "README.md"
repository = "https://github.com/cloudboss/blkpg"
version = "0.2.0"

[dependencies]
rustix = { default-features = false, version = "1.1", features = ["std"] }