Re-exports§
pub use SdkVmGpuBuilder as SdkVmBuilder;
Modules§
Structs§
- SdkSystem
Config - SdkVm
Config - The recommended way to construct SdkVmConfig is using SdkVmConfig::from_toml.
- SdkVm
Config Builder - Use builder syntax to set the inputs and finish with
build(). - SdkVm
Config Inner - Internal struct to use for the VmConfig derive macro.
Can be obtained via
SdkVmConfig::to_inner. - SdkVm
CpuBuilder - SDK CPU VmBuilder
- SdkVm
GpuBuilder - Unit
Struct - A struct that is used to represent a unit struct in the config, used for serialization and deserialization.