Expand description
This module is designed for an environment where the standard library is not available (no_std).
The alloc crate is used to enable dynamic memory allocation in the absence of the standard library.
The log crate is included for logging purposes, with macros being imported globally.
The module is structured into two main parts: config and device, which manage the configuration and handling of AxVm devices respectively.
Structsยง
- AxVm
Device Config - The vector of DeviceConfig
- AxVm
Devices - represent A vm own devices