Make arbitrary byte streams human readable!
Go to file
Joey Hines 4e9f4bff1d
Added string and bytes formatting
+ String fields are always null terminated and have a max length
+ Byte fields are made of raw bytes, and read data until they hit a max length or the end of data is reached
2021-10-09 10:05:32 -06:00
src Added string and bytes formatting 2021-10-09 10:05:32 -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