Module forest_filecoin::db::car::any

source ·
Expand description

There are three different CAR formats: .car, .car.zst and .forest.car.zst. AnyCar identifies the format by inspecting the CAR header and the first key-value block, and picks the appropriate block store (either super::ForestCar or super::PlainCar).

CARv2 is not supported yet.

Enums§