package hxd

  1. Overview
  2. Docs
Hexdump in OCaml

Install

dune-project
 Dependency

Authors

Maintainers

Sources

hxd-0.3.5.tbz
sha256=135235f7c12b4fdfc2a6f764fd08e9ab7eb438856e02c6e668d73ba89ce77443
sha512=8b55c2f619d9df5db78990f9c52462416a6da71f36d570ea2ad1b640605132cbb4dd3df078f041d5fde721d61baa6d6efb9a0163f738efaf4a429660a3a665a6

doc/hxd.string/Hxd_string/index.html

Module Hxd_stringSource

Sourceval generate : Hxd.cfg -> string -> [ `Absolute of int | `Relative of int ] -> Format.formatter -> (string, [ `Msg of string ]) result
Sourceval pp : Hxd.cfg -> Format.formatter -> string -> unit
Sourceval to_hxd : Hxd.cfg -> string -> [ `Absolute of int | `Relative of int ] -> (string, [ `Msg of string ]) result