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§
- Acceptance
Request - Acceptance command options.
- Compute
CliError - Error returned by compute command parsing and rendering.
- Compute
CliLib - Host-registered library that exports the compute command entrypoint.
Enums§
- Acceptance
Action - Acceptance artifact action.
- Compute
Command - Parsed compute CLI command.
- Output
Mode - Output encoding requested by the command.
- Profile
Action - 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 computepayload argument list. - run_
command - Runs a parsed compute command and returns rendered output.