View Source decode (erl_bencode v0.1.5)

Backend source for the decoding of erl_bencode

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().