formaty/src
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
..
byte_stream Cleared up issue with parsing ints 2021-10-09 13:58:41 -06:00
formatter Cleared up issue with parsing ints 2021-10-09 13:58:41 -06:00
parser Initial Commit 2021-09-11 12:21:34 -06:00
main.rs Added examples and better error reporting 2021-10-09 10:57:34 -06:00