Containers_bencodeBasic Bencode decoder/encoder.
See https://en.wikipedia.org/wiki/Bencode .
module Str_map : sig ... endval hash : t -> intval pp_debug : Stdlib.Format.formatter -> t -> unitPrinter for diagnostic/human consumption
val to_string_debug : t -> stringval int : int -> tval int64 : int64 -> tval string : string -> tmodule Encode : sig ... endEncoding
module Decode : sig ... endDecoding