{"id":64802,"library":"named-pipe","title":"Named Pipe","description":"A wrapper for overlapped (asynchronous) I/O of Windows named pipes.","status":"active","version":"0.4.1","language":"rust","source_language":null,"source_url":"https://github.com/blackbeam/named_pipe","tags":["windows","ipc","named-pipes"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nnamed_pipe = \"0.4.1\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add named_pipe","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"PipeClient","correct":"use named_pipe::PipeClient;"}],"quickstart":{"code":"use named_pipe::PipeClient;\n\nlet client = PipeClient::connect(r\"\\\\.\\pipe\\test\").unwrap();\nclient.write(b\"hello\").unwrap();","lang":"rust","description":"Connects to a Windows named pipe and sends data."},"warnings":[{"fix":"Use conditional compilation or a cross-platform alternative.","message":"Windows-only; will not compile on Unix.","severity":"gotcha","affected_versions":">=0.0.0"}],"env_vars":null,"search_vec":"'asynchron':7 'i/o':8 'ipc':14 'name':1,11,16 'named-pip':15 'overlap':6 'pipe':2,12,17 'window':10,13 'wrapper':4","created_at":"2026-06-17T17:00:29.924756+00:00","updated_at":"2026-06-17T17:00:29.924756+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/blackbeam/named_pipe","github":"https://github.com/blackbeam/named_pipe","docs":"https://docs.rs/named_pipe/","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-17","next_check":"2026-12-14","install_tag":null}}