Functionsยง
- register_
ctrlc_ handler - Registers a global Ctrl+C handler once. The handler checks GLOBAL_CHILD and kills the child process if present.
- run_
example - Runs the given example (or binary) target.
- spawn_
cargo_ process - Helper function to spawn a cargo process. On Windows, this sets the CREATE_NEW_PROCESS_GROUP flag.