10 Commits

Author SHA1 Message Date
a125c08032
Add ability to parse hex strings 2024-08-15 19:54:34 -06:00
333a92b729
Added a string printer and updated README
+ Fixed a unit test as well
2024-04-28 15:33:19 -06:00
f2cec4c89e
Added file input + stdin support
+ Files/stdin input can be binary or ascii
+ Handles piping from other programs
+ Misc test fixes
+ Updated readme
+ clippy + fmt
2022-05-07 18:35:06 -06:00
9244cebad3
Added more options for input data
+ -b flag allows you to specify the base of the input data, useful if the data does not have a prefix or is a strange base
+ -i allows you to pass in array or string data
2022-04-21 19:28:04 -06:00
415a9c6ee1
Fixed issue with array parse in CLI
+ octals were not ignoring base 10 zeros
+ binary parsing was trying to parse base 1
+ clippy + fmt
2022-04-11 21:18:56 -06:00
70a3c260e6
Improved docs + a bunch of fixes
+ Better error handling
  + Line numbers in toml errors should now match the file
  + Errors during parsing show where in the bit stream they failed
+ Fixed some issues with string, float, and double parsing reporting the wrong bit width
+ Updated docs and added the example.toml config
+ clipppy + fmt
2022-04-10 10:42:05 -06:00
6407335362
Fmt + Clippy 2022-04-09 12:40:37 -06:00
59351fb699
Added default formatters + error handling 2022-04-09 12:34:15 -06:00
ef8918d517
fmt + clippy 2021-10-09 14:00:49 -06:00
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