Add an AppendBuf

This commit is contained in:
Carl Lerche
2016-07-23 09:49:59 -07:00
parent 1c2234f7fe
commit d650404bb8
8 changed files with 159 additions and 16 deletions
+1
View File
@@ -4,6 +4,7 @@ extern crate bytes;
extern crate rand;
extern crate byteorder;
mod test_append;
mod test_buf;
mod test_buf_fill;
mod test_buf_take;