refactor heapview

This commit is contained in:
Mark Thom
2018-01-13 21:50:47 -07:00
parent 20972f18c2
commit 0fb64f412e
7 changed files with 257 additions and 204 deletions

View File

@@ -13,7 +13,8 @@ pub mod codegen;
pub mod copier;
pub mod debray_allocator;
pub mod fixtures;
pub mod heapview;
pub mod heap_iter;
pub mod heap_print;
pub mod indexing;
pub mod io;
pub mod iterators;