Containers_bencode.Decode
Decoding
val of_string : string -> t option
val of_string_exn : string -> t
Parse string.
Failure
if the string is not valid bencode.