Skip to main content

Crate rspyts_cli

Crate rspyts_cli 

Source
Expand description

Command-line entry points for the rspyts build orchestrator.

The crate is organized as a small compiler pipeline:

  • config and cargo resolve authoritative user and workspace inputs;
  • project builds the synthetic bridge and validates the discovered IR;
  • python and typescript lower that IR into host packages;
  • output owns collision checks and transactional publication;
  • cli and commands provide the process-facing interface.

This module owns only the process and embeddable I/O boundaries.

Functionsยง

run
Parse the current process arguments and run the selected command.
run_with
Parse explicit arguments and run a command with caller-provided output.