Write docs and remove unecessary fns and types

This commit is contained in:
Carl Lerche
2017-02-16 10:26:48 -08:00
parent 53d1c788e0
commit 0e0066e8a0
8 changed files with 377 additions and 584 deletions
-2
View File
@@ -1,5 +1,3 @@
pub mod byte;
pub mod slice;
pub mod take;
use {Bytes, Take, TakeMut};