Right now, it's got cfg(unix)
, so then name "unix pipes" makes sense. The librustuv implementation supports windows named pipes, and the libnative implementation will soon also support named pipes.
This should probably be renamed to io::pipe
or io::net::pipe
(or something like that).