View Source Bcs.Decoder (bcs v0.2.1)

Link to this section Summary

Link to this section Functions

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