pretty-hex 0.2.1

Pretty hex dump of bytes slice in the common style.
Documentation
[dependencies]
[dev-dependencies.heapless]
version = "0.5.5"

[features]
alloc = []
default = ["alloc"]

[package]
authors = ["Andrei Volnin <wolandr@gmail.com>"]
categories = ["development-tools::debugging", "no-std"]
description = "Pretty hex dump of bytes slice in the common style."
documentation = "https://docs.rs/pretty-hex"
homepage = "https://github.com/wolandr/pretty-hex"
keywords = ["logging", "hex", "dump", "binary"]
license = "MIT"
name = "pretty-hex"
readme = "README.md"
repository = "https://github.com/wolandr/pretty-hex"
version = "0.2.1"