hxd 0.1.0

A simple and configurable 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
description = "A simple and configurable hexdump library"
edition = "2021"
homepage = "https://github.com/benjdod/hexd"
license = "MIT"
name = "hxd"
readme = "README.md"
repository = "https://github.com/benjdod/hexd"
version = "0.1.0"

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

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

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

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

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

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