2 releases

Uses old Rust 2015

0.1.1 Jul 24, 2016
0.1.0 Jul 24, 2016

#119 in #pipe

44 downloads per month

Custom license

3KB

pipefile

Copyright (c) 2016 Bart Massey

This Rust crate allows creating UNIX pipes for use in other things. There are many other such crates, but this one's ridiculously simple and has a File based interface. There's documentation and a test example.

License

This work is made available under the "MIT License". Please see the file COPYING in this distribution for license terms.


lib.rs:

Create a UNIX pipe with read and write endpoints.

Dependencies

~81KB