os_pipe 0.1.1

an adaptation of the OS pipe code from stdlib as a standalone library
Documentation

os_pipe.rs Build Status Build status

A cross-platform Rust library for opening pipes, backed by libc's pipe() on Unix and CreatePipe on Windows. Most of the code is adapted from unexposed parts of the Rust standard library.

This library was created mainly for duct.rs, but I'm happy to get feature requests. I'd especially appreciate corrections from people more familiar with these OS-specific functions.