Skip to main content

Module util

Module util 

Source
Expand description

Utility types and helpers.

Currently provides AlignedBuf — a page-aligned I/O buffer used by the portable copy path to avoid extra page-cache copies.

Re-exports§

pub use aligned_buf::AlignedBuf;

Modules§

aligned_buf
Page-aligned buffer allocation for efficient I/O.