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.