Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val create : Bencode_token.Decode.t -> t
val of_string : string -> t
val of_chan : in_channel -> t
val manual : unit -> t
val feed : t -> string -> int -> int -> unit
val next : t -> parse_result
val parse_string : string -> bencode option
val parse_string_exn : string -> bencode