package hxd

  1. Overview
  2. Docs
Hexdump in OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

hxd-v0.1.0.tbz
sha256=0a0ad52f9441e8eed59115dc0af67ad50caf10b0334a8b61ce0565afad4ff0db
sha512=28437a6eb021643b1dcc6f3841248ca365181168b14895a195c29a83351307ffef5c48a2f6adfb727654e2683de62569381135b418deeb47de944c4a17f34ba9

doc/hxd.core/Hxd/O/index.html

Module Hxd.O

type colorscheme
val colorscheme_of_array : Fmt.style array -> colorscheme
val lowercase : colorscheme -> Fmt.style -> unit
val uppercase : colorscheme -> Fmt.style -> unit
val digit : colorscheme -> Fmt.style -> unit
val code : colorscheme -> int -> Fmt.style -> unit
type cfg
val xxd : ?cols:int -> ?groupsize:int -> ?long:int -> ?buffer_size:(int * int) -> ?uppercase:bool -> colorscheme -> cfg
val caml : ?with_comments:bool -> ?cols:int -> ?long:int -> ?buffer_size:(int * int) -> ?uppercase:bool -> [ `List | `Array ] -> cfg
val default : cfg
val o : cfg -> 's S.scheduler -> ('fi, bytes, 's, 'e) S.iflow -> ('fo, string, 's, 'e) S.oflow -> 'fi -> 'fo -> ('fi, 's, 'e) S.seek -> [ `Absolute of int | `Relative of int ] -> Format.formatter -> ((unit, 'e) result, 's) S.io
OCaml

Innovation. Community. Security.