hexdump: A library for forming hexdumps.

[ library, public-domain, text ] [ Propose Tags ]

A library for forming hexdumps.


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1
Dependencies base [details]
License LicenseRef-PublicDomain
Author Tim Newsham
Maintainer Tim Newsham <newsham@lava.net>
Category Text
Uploaded by TimNewsham at 2008-08-26T17:31:54Z
Distributions NixOS:0.1
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 1191 total (8 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for hexdump-0.1

[back to package description]
A small library for generating hexdumps.

   > :module +Text.Hexdump
   > hexdump 0 "this is a test"

"00000000: 74 68 69 73 20 69 73 20  61 20 74 65 73 74       | this is a test\n"