formaty/src/formatter
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
..
format.rs Cleared up issue with parsing ints 2021-10-09 13:58:41 -06:00
mod.rs Added string and bytes formatting 2021-10-09 10:05:32 -06:00
printers.rs Added string and bytes formatting 2021-10-09 10:05:32 -06:00