hxd 0.1.3

A simple, configurable and dependency-free hexdump library
Documentation
[dev-dependencies.anyhow]
version = "1.0"

[dev-dependencies.indoc]
version = "2"

[dev-dependencies.similar]
version = "2.7"

[dev-dependencies.similar-asserts]
version = "1.7"

[[example]]
name = "grouped"
path = "examples/grouped.rs"

[[example]]
name = "simple"
path = "examples/simple.rs"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["encoding", "development-tools", "development-tools::debugging"]
description = "A simple, configurable and dependency-free hexdump library"
edition = "2021"
homepage = "https://github.com/benjdod/hexd"
keywords = ["inspection", "hexdump", "binary"]
license = "MIT"
name = "hxd"
readme = "README.md"
repository = "https://github.com/benjdod/hexd"
version = "0.1.3"

[[test]]
name = "autoskip"
path = "tests/autoskip.rs"

[[test]]
name = "bases"
path = "tests/bases.rs"

[[test]]
name = "grouping"
path = "tests/grouping.rs"

[[test]]
name = "ints"
path = "tests/ints.rs"

[[test]]
name = "range"
path = "tests/range.rs"

[[test]]
name = "show"
path = "tests/show.rs"