Module Hxd_string

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