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
@@ -1,6 +1,6 @@
pub mod append;
pub mod block;
pub mod byte;
pub mod slice_buf;
pub mod ring;
pub mod take;