format_hex 0.1.1

Formats an [u8] to an hexadecimal multiline format, for human readability
Documentation
1
2
3
4
5
6
7
8
9
[package]
name = "format_hex"
version = "0.1.1"
edition = "2021"
description = "Formats an [u8] to an hexadecimal multiline format, for human readability"
repository = "https://github.com/flogbl/format_hex"
license = "MIT"
exclude = [".gitignore"]
[dependencies]