View Source decode (erl_bencode v0.1.5)
Link to this section Summary
Link to this section Functions
-spec decode(Value) -> {ok, Data} | {error, Reason} | {warning, Reason, Data}
when Value :: atom() | list(), Data :: map() | list() | integer(), Reason :: atom().