Render a pretty hexdump in the logs

This commit is contained in:
Rodolphe Bréard 2020-12-20 14:34:30 +01:00
parent f7edffc6cc
commit 53e5c929ca
6 changed files with 34 additions and 8 deletions

View file

@ -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"