implement printing heatmap as hexdump

This commit is contained in:
2022-10-24 23:34:07 +02:00
parent cab51e06ff
commit 7fa6be6ff4
4 changed files with 567 additions and 18 deletions

View File

@@ -11,4 +11,6 @@ cdivsufsort = "2"
lexopt = "0.2.1"
anyhow = "1"
thiserror = "1.0.36"
pbr = "1"
pbr = "1"
crossterm = { version = "0.25.0", default-features = false }
terminal = { version = "0.2.1", default-features = false, features = ["crossterm-backend"] }