Render a pretty hexdump in the logs
This commit is contained in:
parent
f7edffc6cc
commit
53e5c929ca
6 changed files with 34 additions and 8 deletions
|
@ -14,6 +14,7 @@ include = ["src/**/*", "Cargo.toml", "LICENSE-*.txt"]
|
|||
[dependencies]
|
||||
log = "0.4"
|
||||
nom = "6.0"
|
||||
pretty-hex = "0.2"
|
||||
|
||||
[dev-dependencies]
|
||||
simplelog = "0.8"
|
||||
|
|
Reference in a new issue