= 1024" x-on:close-sidebar="sidebar=window.innerWidth >= 1024 && true">
package containers
-
containers
-
containers.bencode
-
containers.cbor
-
containers.codegen
-
containers.monomorphic
-
containers.top
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Basic Bencode decoder/encoder.
See https://en.wikipedia.org/wiki/Bencode .
- since 3.8
module Str_map : sig ... end
val hash : t -> int
val pp_debug : 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