{"id":57670,"library":"subprocess","title":"subprocess","description":"Execution and control of child processes and pipelines with a high-level API.","status":"active","version":"1.1.0","language":"rust","source_language":null,"source_url":"https://github.com/hniksic/rust-subprocess","tags":["process","subprocess","exec","pipeline"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nsubprocess = \"1.1.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add subprocess","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"Exec","correct":"use subprocess::Exec;"}],"quickstart":{"code":"use subprocess::Exec;\n\nfn main() {\n    let output = Exec::shell(\"echo hello\").capture().unwrap();\n    println!(\"{}\", output.stdout_str());\n}","lang":"rust","description":"Runs a shell command and captures its stdout."},"warnings":[],"env_vars":null,"search_vec":"'api':15 'child':6 'control':4 'exec':18 'execut':2 'high':13 'high-level':12 'level':14 'pipelin':9,19 'process':7,16 'subprocess':1,17","created_at":"2026-06-16T15:52:39.856773+00:00","updated_at":"2026-06-16T15:52:39.856773+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/hniksic/rust-subprocess","github":"https://github.com/hniksic/rust-subprocess","docs":"https://docs.rs/subprocess/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-16","next_check":"2026-12-13","install_tag":null}}