blkio 0.1.0

A library for high-performance block device I/O
Documentation
1
2
3
4
5
6
7
8
9
10
// SPDX-License-Identifier: (MIT OR Apache-2.0)

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

#[cfg(feature = "nvme-io_uring")]
pub mod nvme_io_uring;

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