Make arbitrary byte streams human readable!
Go to file
Joey Hines 6daf3a55f2
Added examples and better error reporting
+ The field that errors is now reported
+ The formats/ dir contains all predefined formats
  + Includes CCSDS packet for now
+ There appears to be an issue with bit formatting, the APID field is not being parsed correctly (upper 8 bits is not being factored in
2021-10-09 10:57:34 -06:00
formats Added examples and better error reporting 2021-10-09 10:57:34 -06:00
src Added examples and better error reporting 2021-10-09 10:57:34 -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