Crate openvm_sdk_config

Crate openvm_sdk_config 

Source

Re-exports§

pub use SdkVmGpuBuilder as SdkVmBuilder;

Modules§

deferral

Structs§

SdkSystemConfig
SdkVmConfig
The recommended way to construct SdkVmConfig is using SdkVmConfig::from_toml.
SdkVmConfigBuilder
Use builder syntax to set the inputs and finish with build().
SdkVmConfigInner
Internal struct to use for the VmConfig derive macro. Can be obtained via SdkVmConfig::to_inner.
SdkVmCpuBuilder
SDK CPU VmBuilder
SdkVmGpuBuilder
UnitStruct
A struct that is used to represent a unit struct in the config, used for serialization and deserialization.

Enums§

SdkVmConfigInnerExecutor

Traits§

TranspilerConfig

Type Aliases§

SdkVmConfigExecutor