Add a heap visualization tool.

This commit is contained in:
Guillaume Endignoux
2020-06-25 15:46:08 +02:00
parent 33b2c76f4b
commit e457efc4d6
3 changed files with 104 additions and 0 deletions

12
tools/heapviz/Cargo.toml Normal file
View File

@@ -0,0 +1,12 @@
[package]
name = "heapviz"
version = "0.1.0"
authors = [
"Guillaume Endignoux <guillaumee@google.com>",
]
license = "Apache-2.0"
edition = "2018"
[dependencies]
ncurses = "5.99.0"
regex = "1"