DASL.CAR.Decoder
(dasl v0.1.0)
View Source
Decoder for DASL CAR binary streams. Spec: https://dasl.ing/car.html
Summary
Types
Functions
@spec decode( binary(), keyword() ) :: {:ok, DASL.CAR.t()} | header_error() | block_error()
Decodes a CAR binary stream into a DASL.CAR struct.
Accepts the same options as DASL.CAR.decode/2.