Move various ByteStr impls into separate files

This commit is contained in:
Carl Lerche
2015-04-08 10:51:52 -07:00
parent ac42766535
commit c9d3427fd5
4 changed files with 107 additions and 108 deletions
+1
View File
@@ -1,5 +1,6 @@
#![crate_name = "bytes"]
#![unstable]
#![deny(warnings)]
pub mod alloc;
mod buf;