Crate osiris_data

source ·
Expand description

osiris-data is a crate to manage data in a virtual machine with an easy to read low-level interface.

With this crate, you can manipulate 64 bits values (data::atomic::Word) into a memory structure (memory::Memory).

§Main structures

Modules§

  • This module provides some structs to manipulate data.
  • This module define the Memory struct and its implementation.