hxdmp 0.2.1

A small utility to create hexdump output from byte slices
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies]

[dev-dependencies.lazy_static]
version = "1.4.0"

[package]
authors = ["Jason Ozias <jason.g.ozias@gmail.com>"]
description = "A small utility to create hexdump output from byte slices"
documentation = "https://docs.rs/hxdmp"
edition = "2018"
homepage = "https://github.com/rustyhorde/hxdmp"
keywords = ["hex", "hexdump"]
license = "MIT/Apache-2.0"
name = "hxdmp"
readme = "README.md"
repository = "https://github.com/rustyhorde/hxdmp"
version = "0.2.1"