Expand description
Rust implementation of the CAR specifications, both CARv1 and CARv2.
Usage
- To get a block streamer
CarReader::new()
- To read all blocks in memory car_read_all
Structs
- Decodes a CAR stream yielding its blocks and optionally verifying integrity. Supports CARv1 and CARv2 formats.
Enums
Functions
- Decodes a CAR stream buffering all blocks in memory. For a Stream API use CarReader.
Type Definitions
- A Cid that contains a multihash with an allocated size of 512 bits.