View Source Bcs.Decoder (bcs v0.3.0)

Link to this section Summary

Link to this section Functions

@spec decode(bytes :: binary(), type :: term()) :: {:ok, term()} | :error

Decode bytes as type

Link to this function

decode_value(rest, types)

View Source
@spec decode_value(bytes :: binary(), type :: term()) :: {term(), binary()} | :error
Link to this function

decode_values(bytes, types)

View Source