Make arbitrary byte streams human readable!
Go to file
Joey Hines b85ba31f91
Initial Commit
+ Basic implementation working with just unsigned ints
+ Can fetch data from arbitrary bit positions in a byte string
+ TOML config implementation for describing data
+ Simple CLI
2021-09-11 12:21:34 -06:00
src Initial Commit 2021-09-11 12:21:34 -06:00
.gitignore Initial Commit 2021-09-11 12:21:34 -06:00
Cargo.lock Initial Commit 2021-09-11 12:21:34 -06:00
Cargo.toml Initial Commit 2021-09-11 12:21:34 -06:00