Merge pull request #74 from wasmerio/feature/make-stdio-capturer-cfg-test

Make the StdioCapturer module only for test
This commit is contained in:
Syrus Akbary 2018-12-20 00:19:47 -08:00 committed by GitHub
commit 7fdc53136c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,5 @@
pub mod mmap;
pub mod slice;
#[cfg(test)]
pub mod stdio;