move stdout capture from runtime core to dev-utils

This commit is contained in:
Mark McCaskey
2019-05-17 15:48:30 -07:00
parent 542e47ff82
commit 4760840a77
13 changed files with 34 additions and 11 deletions

2
lib/dev-utils/src/lib.rs Normal file
View File

@ -0,0 +1,2 @@
pub mod file_descriptor;
pub mod stdio;