Containers_bencode
Basic Bencode decoder/encoder.
See https://en.wikipedia.org/wiki/Bencode .
module Str_map : sig ... end
val hash : t -> int
val pp_debug : Stdlib.Format.formatter -> t -> unit
Printer for diagnostic/human consumption
val to_string_debug : t -> string
val int : int -> t
val int64 : int64 -> t
val string : string -> t
module Encode : sig ... end
Encoding
module Decode : sig ... end
Decoding