{"id":59998,"library":"shared-child","title":"Shared Child","description":"Enables using child processes from multiple threads safely.","status":"active","version":"1.1.1","language":"rust","source_language":null,"source_url":"https://github.com/oconnor663/shared_child.rs","tags":["child-process","multithreading","concurrency"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nshared_child = \"1.1.1\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add shared_child","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"SharedChild","correct":"use shared_child::SharedChild;"}],"quickstart":{"code":"use shared_child::SharedChild;\nuse std::process::Command;\n\nfn main() {\n    let child = SharedChild::spawn(&mut Command::new(\"echo\").arg(\"hello\")).unwrap();\n    let output = child.wait_with_output().unwrap();\n    println!(\"{}\", String::from_utf8_lossy(&output.stdout));\n}","lang":"rust","description":"Spawns a child process and waits for its output."},"warnings":[],"env_vars":null,"search_vec":"'child':2,5,12 'child-process':11 'concurr':15 'enabl':3 'multipl':8 'multithread':14 'process':6,13 'safe':10 'share':1 'thread':9 'use':4","created_at":"2026-06-16T17:23:49.870909+00:00","updated_at":"2026-06-16T17:23:49.870909+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/oconnor663/shared_child.rs","github":"https://github.com/oconnor663/shared_child.rs","docs":"https://docs.rs/shared_child/","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}}