Available on crate feature
action only.Modules§
Structs§
- Applet
Exit Status - Prints the exit status of an applet from a platform.
- Applet
Install - Installs an applet on a platform.
- Applet
Reboot - Reboots an applet installed on a platform.
- Applet
Rpc - Calls an RPC to an applet on a platform.
- Applet
Uninstall - Uninstalls an applet from a platform.
- Connection
Options - Options to connect to a platform.
- Platform
ApiVersion - Returns the API version of a platform.
- Platform
Clear Store - Clears the store for the platform and all applets.
- Platform
Info - Returns information about a platform.
- Platform
List - Lists the platforms connected on USB.
- Platform
Lock - Locks a platform.
- Platform
Reboot - Reboots a platform.
- Platform
Rpc - Calls a vendor RPC on a platform.
- Platform
Update - Updates a platform.
- Rust
Applet Build - Builds a Rust applet from its project.
- Rust
Applet Install - Builds and installs a Rust applet from its project.
- Rust
Applet New - Creates a new Rust applet project.
- Rust
Applet Test - 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§
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.