Rename & refactor ByteBuf -> SliceBuf

This commit is contained in:
Carl Lerche
2016-09-25 22:40:35 -07:00
parent c16ad2bc9d
commit b1dc10e907
19 changed files with 333 additions and 333 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ mod test_append;
mod test_block;
mod test_buf;
mod test_buf_fill;
mod test_byte_buf;
mod test_slice_buf;
mod test_mut_buf;
mod test_ring;