Function pax_compiler::run_parser_binary

source ·
pub fn run_parser_binary(
    path: &str,
    process_child_ids: Arc<Mutex<Vec<u64>>>
) -> Output
Expand description

Executes a shell command to run the feature-flagged parser at the specified path Returns an output object containing bytestreams of stdout/stderr as well as an exit code