Crate starry_vm

Crate starry_vm 

Source
Expand description

Virtual memory utilities.

Enums§

VmError
Errors that can occur during virtual memory operations.

Traits§

VmIo
The interface for accessing virtual memory.
VmMutPtr
A mutable virtual memory pointer.
VmPtr
A virtual memory pointer.

Functions§

vm_load
Loads a vector of elements from the virtual memory.
vm_load_any
Loads a vector of elements from the virtual memory.
vm_load_until_nul
Loads elements from the given pointer until a zero element is found.
vm_read_slice
Reads a slice from the virtual memory.
vm_write_slice
Writes data to the virtual memory.

Type Aliases§

VmResult
A result type for virtual memory operations.