Skip to main content

Crate sim_lib_compute_cli

Crate sim_lib_compute_cli 

Source
Expand description

Loadable compute command surface.

The crate exports cli/main/compute as a host-registered callable. It inspects installed compute sites, profile storage supplied as a Table/Dir value by the embedding host, and physical acceptance artifacts; it creates no separate bootstrap.

Structs§

AcceptanceRequest
Acceptance command options.
ComputeCliError
Error returned by compute command parsing and rendering.
ComputeCliLib
Host-registered library that exports the compute command entrypoint.

Enums§

AcceptanceAction
Acceptance artifact action.
ComputeCommand
Parsed compute CLI command.
OutputMode
Output encoding requested by the command.
ProfileAction
Profile store action.

Statics§

RECIPES
Cookbook recipes for this lib, embedded at build time.

Functions§

compute_acceptance_capability
Capability required for physical acceptance capture.
compute_cli_lib_symbol
Runtime library symbol for the compute CLI.
compute_device_capability
Capability required for device inspection and probe evidence.
compute_entrypoint_symbol
Symbol exported by the compute command entrypoint.
compute_profile_read_capability
Capability required for profile reads.
compute_profile_write_capability
Capability required for profile writes.
help
Renders command help.
parse_compute_args
Parses a sim compute payload argument list.
run_command
Runs a parsed compute command and returns rendered output.