Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
os_pipe 0.1.0 - Docs.rs
[go: Go Back, main page]

Documentation

os_pipe.rs Build Status Build status

A cross-platform Rust library for opening pipes, similar to os.pipe in Python. This is basically a copy of rust/src/libstd/sys/{unix,windows}/pipe.rs, with changes to make it build with stable Rust.