Refactor heap allocation

This commit is contained in:
Carl Lerche
2016-07-20 13:27:41 +02:00
parent b10b1cd2e2
commit dc25c7564e
7 changed files with 146 additions and 149 deletions
+2
View File
@@ -1,6 +1,8 @@
#![crate_name = "bytes"]
#![deny(warnings)]
extern crate stable_heap;
pub mod alloc;
pub mod buf;
pub mod str;