Module netsblox_vm::std_system

source ·
Expand description

An customizable implementation of System.

This submodule is only available with the std feature flag.

The primary type of interest is StdSystem, which implements System. StdSystem can be configured with CustomTypes and Config, which together allow for the definition of any external features (e.g., defining syscalls), as well as overriding default behavior (e.g., rpc intercepting).

Structs