hexdump 0.1.2

Easy hexdump to stdout or as an iterator
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "hexdump"
version = "0.1.2"
authors = ["Tobias Bucher <tobiasbucher5991@gmail.com>"]
license = "MIT/Apache-2.0"
repository = "https://github.com/tbu-/hexdump"
description = "Easy hexdump to stdout or as an iterator"

[dependencies]
arrayvec = "0.5.2"

[dev-dependencies]
quickcheck = "1.0"