Move heap allocator into a module

This commit is contained in:
Carl Lerche
2015-04-07 21:06:38 -07:00
parent dfe4cec871
commit c4f2e20eb1
5 changed files with 64 additions and 58 deletions
+1
View File
@@ -15,6 +15,7 @@ mod alloc;
mod byte_buf;
mod byte_str;
mod bytes;
mod heap;
mod ring;
mod rope;
mod slice;