rs-car-sync
This is a fork of rs-car that only uses standard sync rust api.
The main motivation is to get rid of useless contaminating async api when reading a car file from memory.
Rust implementation of the CAR specifications, both CARv1 and CARv2.
Usage
let mut file = open.unwrap;
let block_iterator = decode_car_stream.unwrap;
while let Some = block_iterator.next