implement a cross-platform stdout pipe

This commit is contained in:
Mackenzie Clark
2018-12-20 21:50:24 -08:00
parent dac0bd74c5
commit 3783b923d1
3 changed files with 47 additions and 20 deletions

View File

@ -3,3 +3,4 @@ pub mod slice;
#[cfg(test)]
pub mod stdio;
mod file_descriptor;