Implement Source for std::io::Read

This commit is contained in:
Carl Lerche
2015-03-24 22:10:29 -07:00
parent bb1227116b
commit 83680dda27
3 changed files with 59 additions and 9 deletions
+2
View File
@@ -5,6 +5,8 @@ use rand::random;
extern crate bytes;
extern crate rand;
mod test_buf;
mod test_buf_fill;
mod test_byte_buf;
mod test_bytes;
mod test_rope;