Module drive

Module drive 

Source
Expand description

Consume a CAR from an AsyncRead, producing an ordered stream of records

Structs§

DiskDriver
MST walker that reads from disk instead of an in-memory hashmap
DriverBuilder
Builder-style driver setup
DriverBuilderWithProcessor
Builder-style driver intermediate step
MemDriver
The core driver between the block stream and MST walker
NeedDisk
A partially memory-loaded car file that needs disk spillover to continue

Enums§

DecodeError
DriveError
Errors that can happen while consuming and emitting blocks and records
Driver
Read a CAR file, buffering blocks in memory or to disk

Type Aliases§

BlockChunk
An in-order chunk of Rkey + (processed) Block pairs