Module io

Source
Expand description

Module containing versions of the standard library’s Read and Write traits compatible with volatile memory accesses.

Traits§

ReadVolatile
A version of the standard library’s Read trait that operates on volatile memory instead of slices
WriteVolatile
A version of the standard library’s Write trait that operates on volatile memory instead of slices.