Make arbitrary byte streams human readable!
Go to file
Joey Hines bb6f331c75
Cleared up issue with parsing ints
+ Endianness was all out of whack
+ Everything is currently handled as little endian, easy to add a config for endianness later
+ num-bigint comes in clutch, it now handles the shifting of bits
2021-10-09 13:58:41 -06:00
formats Cleared up issue with parsing ints 2021-10-09 13:58:41 -06:00
src Cleared up issue with parsing ints 2021-10-09 13:58:41 -06:00
.gitignore Initial Commit 2021-09-11 12:21:34 -06:00
Cargo.lock Int formatting working 2021-10-09 08:42:17 -06:00
Cargo.toml Int formatting working 2021-10-09 08:42:17 -06:00