os_pipe.rs Build Status Build status

A cross-platform Rust library for opening anonymous pipes, backed by nix on Unix and winapi on Windows. If anyone needs it, we could also add support for named pipes and IOCP (using random names) on Windows, or creating filesystem FIFO's on Unix.

Current API: