Crate external_memory_tools

Source
Expand description

Traits for handling bytes data from external memory.

Currently only read functionality is supported.

Enums§

BufferError
Errors in buffer access.
NoEntries
Empty error enum, for cases with fault-free memory access.

Traits§

AddressableBuffer
Bytes access through ExternalMemory.
ExternalMemory
External addressable memory.