proof of concept, bytes showing and grouped

This commit is contained in:
alice pellerin
2025-11-18 16:27:56 -06:00
commit dfd10508fd
4 changed files with 885 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
[package]
name = "hexapoda"
version = "0.1.0"
edition = "2024"
[dependencies]
crossterm = "0.29.0"
itertools = "0.14.0"
ratatui = "0.29.0"