Statics§
Functions§
- check_
rust_ script_ installed - Checks if
rust-scriptis installed and suggests installation if it’s not. - check_
scriptisto_ installed - Checks if
scriptistois installed and suggests installation if it’s not. - get_
process_ results_ in_ place - is_
active_ rust_ script - Returns true if the file’s a “rust-script”
- is_
active_ scriptisto - Returns true if the file’s a “scriptisto”
- open_
ai_ summarize_ for_ target - Asynchronously launches the GenAI summarization example for the given target. It builds the command using the target’s manifest path as the “origin” argument.
- register_
ctrlc_ handler - Registers a global Ctrl+C handler that uses the process manager.
- reset_
ctrl_ c_ count - Resets the Ctrl+C counter. This can be called to reset the count when starting a new program or at any other point.
- run_
example - Runs the given example (or binary) target.
- run_
rust_ script - run_
rust_ script_ with_ ctrlc_ handling - run_
scriptisto - run_
scriptisto_ with_ ctrlc_ handling - spawn_
cargo_ process - Helper function to spawn a cargo process. On Windows, this sets the CREATE_NEW_PROCESS_GROUP flag.
- take_
process_ results - wait_
for_ tts_ to_ finish