# Managed Heap
An implementation of virtual heap, inspired by VMs like the JVM.
Currently supports automatic garbage collection, but no defragmentation.
# Usage
Since the crate is still WIP, there is no documentation. You can look
into the tests mod in src/managed.rs for examples though.