{"id":71841,"library":"unix","title":"unix","description":"Interface to Unix system facilities, providing low-level system call wrappers.","status":"active","version":"0.6.12","language":"rust","source_language":null,"source_url":"https://github.com/strake/unix.rs","tags":["unix","system","process","low-level","posix"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nunix = \"0.6.12\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add unix","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"fork","correct":"use unix::process::fork;"}],"quickstart":{"code":"use unix::process::fork;\n\nfn main() {\n    match fork() {\n        Ok(0) => println!(\"Child process\"),\n        Ok(pid) => println!(\"Parent process, child pid: {}\", pid),\n        Err(e) => eprintln!(\"Fork failed: {}\", e),\n    }\n}","lang":"rust","description":"Forks the current process into parent and child."},"warnings":[{"fix":"Use conditional compilation or target Unix platforms","message":"Unix-only, not available on Windows","severity":"gotcha","affected_versions":">=0.6.0"}],"env_vars":null,"search_vec":"'call':12 'facil':6 'interfac':2 'level':10,19 'low':9,18 'low-level':8,17 'posix':20 'process':16 'provid':7 'system':5,11,15 'unix':1,4,14 'wrapper':13","created_at":"2026-06-17T18:31:59.623865+00:00","updated_at":"2026-06-17T18:31:59.623865+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/strake/unix.rs","github":"https://github.com/strake/unix.rs","docs":"https://docs.rs/unix/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["other"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}