Crate ioat

Source
Expand description

The ioat crate provides traits for atomic, random-access I/O access.

Structs§

AssertThreadSafe
A struct for wrapping thread-safe readers or writers.

Traits§

ReadAt
The ReadAt trait allows for atomically reading bytes from a source at specific offsets.
WriteAt
The WriteAt trait allows for atomically writing bytes to a sink at specific offsets.