Module action

Module action 

Source
Available on crate feature action only.

Modules§

usb_serial

Structs§

AppletExitStatus
Prints the exit status of an applet from a platform.
AppletInstall
Installs an applet on a platform.
AppletReboot
Reboots an applet installed on a platform.
AppletRpc
Calls an RPC to an applet on a platform.
AppletUninstall
Uninstalls an applet from a platform.
ConnectionOptions
Options to connect to a platform.
PlatformApiVersion
Returns the API version of a platform.
PlatformClearStore
Clears the store for the platform and all applets.
PlatformInfo
Returns information about a platform.
PlatformList
Lists the platforms connected on USB.
PlatformLock
Locks a platform.
PlatformReboot
Reboots a platform.
PlatformRpc
Calls a vendor RPC on a platform.
PlatformUpdate
Updates a platform.
RustAppletBuild
Builds a Rust applet from its project.
RustAppletInstall
Builds and installs a Rust applet from its project.
RustAppletNew
Creates a new Rust applet project.
RustAppletTest
Runs the unit-tests of a Rust applet project.
Transfer
Parameters for a transfer from the host to the device.
Wait
Options to repeatedly call a command with an optional response.

Enums§

AppletInstallWait
OptLevel

Functions§

compile_pulley
Compiles a WASM applet into a Pulley applet.
compute_sidetable
Computes the side-table and inserts it as the first section.
optimize_wasm
Strips and optimizes a wasm module.