Structs
NaiveMemory
is an incredibly simple, but inefficient implementation that uses a hashmap to assign each memory addresses to its current value. It is here only as an illustration of theMemory
interface.
Traits
- A trait representing a generic interface to a device that can be accessed through memory operations.