Module vm_memory::io

source ·
Expand description

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

Traits

  • A version of the standard library’s [Read] trait that operates on volatile memory instead of slices
  • A version of the standard library’s [Write] trait that operates on volatile memory instead of slices