Implement Debug for Bytes

This commit is contained in:
Carl Lerche
2015-02-17 12:40:15 -08:00
parent e39ba25a95
commit 7444721d98
4 changed files with 90 additions and 1 deletions
+1
View File
@@ -6,6 +6,7 @@ extern crate bytes;
extern crate rand;
mod test_byte_buf;
mod test_bytes;
mod test_rope;
mod test_seq_byte_str;
mod test_small_byte_str;