Implementation of Buf for VecDeque (#249)

This commit is contained in:
Michal 'vorner' Vaner
2019-03-06 11:46:42 -08:00
committed by Carl Lerche
parent e13d2a783e
commit 0e8b440650
2 changed files with 40 additions and 0 deletions
+1
View File
@@ -24,6 +24,7 @@ mod into_buf;
mod iter;
mod reader;
mod take;
mod vec_deque;
mod writer;
pub use self::buf::Buf;