format_hex 0.1.1

Formats an [u8] to an hexadecimal multiline format, for human readability
Documentation
[dependencies]

[lib]
name = "format_hex"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Formats an [u8] to an hexadecimal multiline format, for human readability"
edition = "2021"
exclude = [".gitignore"]
license = "MIT"
name = "format_hex"
readme = "README.md"
repository = "https://github.com/flogbl/format_hex"
version = "0.1.1"