{"id":59423,"library":"interprocess","title":"Interprocess","description":"Interprocess communication toolkit for Rust.","status":"active","version":"2.4.2","language":"rust","source_language":null,"source_url":"https://github.com/kotauskas/interprocess","tags":["ipc","interprocess","communication","socket"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\ninterprocess = \"2.4.2\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add interprocess","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"LocalSocketListener","correct":"use interprocess::local_socket::LocalSocketListener;"}],"quickstart":{"code":"use interprocess::local_socket::LocalSocketListener;\n\nfn main() {\n    let _listener = LocalSocketListener::bind(\"/tmp/example.sock\").unwrap();\n}","lang":"rust","description":"Create a local socket listener for IPC."},"warnings":[{"fix":"Use conditional compilation or platform-specific code for Windows named pipes.","message":"Unix domain sockets only work on Unix-like systems.","severity":"gotcha","affected_versions":">=2.0.0"}],"env_vars":null,"search_vec":"'communic':3,9 'interprocess':1,2,8 'ipc':7 'rust':6 'socket':10 'toolkit':4","created_at":"2026-06-16T17:03:08.689855+00:00","updated_at":"2026-06-16T17:03:08.689855+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/kotauskas/interprocess","github":"https://github.com/kotauskas/interprocess","docs":"https://docs.rs/interprocess/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["networking"],"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}}