Crate embedded_storage

source ·
Expand description

embedded-storage - A Storage Abstraction Layer for Embedded Systems

Storage traits to allow on and off board storage devices to read and write data.

Modules

  • Currently contains [OverlapIterator]
  • Technology specific traits for NOR Flashes

Traits

  • Transparent read only storage trait
  • A region denotes a contiguous piece of memory between two addresses.
  • Transparent read/write storage trait