Provide Take decorator that limits Buf size

This commit is contained in:
Carl Lerche
2015-07-28 12:51:24 -07:00
parent 296cac263c
commit ed087be853
5 changed files with 96 additions and 1 deletions
+1
View File
@@ -5,6 +5,7 @@ extern crate rand;
mod test_buf;
mod test_buf_fill;
mod test_buf_take;
mod test_byte_buf;
mod test_bytes;
mod test_ring;