Module type Str_conv.S
val of_substring : string -> pos:int -> t * int
val of_string : string -> t
val to_string : t -> string
val to_string_bin : t -> string
val to_string_oct : t -> string
val to_string_hex : t -> string
val printer : Stdlib.Format.formatter -> t -> unit
val printer_bin : Stdlib.Format.formatter -> t -> unit
val printer_oct : Stdlib.Format.formatter -> t -> unit
val printer_hex : Stdlib.Format.formatter -> t -> unit