CAR.Decoder (CAR v0.1.1)
View SourceModule for decoding CARv1 files. Spec: https://ipld.io/specs/transport/car/carv1/
Summary
Types
Functions
Extract a CIDv0 or CIDv1 from an arbitrary byte stream.
@spec decode(binary()) :: {:ok, CAR.Archive.t()} | header_error() | block_error()