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