blkio 0.0.1

A library for high-performance block device I/O
Documentation
1
2
3
4
5
6
7
// SPDX-License-Identifier: LGPL-2.1-or-later

#[cfg(feature = "io_uring")]
pub mod iouring;

#[cfg(any(feature = "virtio-blk-vhost-user", feature = "virtio-blk-vhost-vdpa"))]
pub mod virtio_blk;