Fast and robust atproto CAR file processing in rust

oh that was the only rkey use? bye

Changed files
-4
src
-4
src/drive.rs
··· 27 27 28 28 type CarBlock<E> = Result<(Cid, Vec<u8>), E>; 29 29 30 - /// Newtype because i'll mix up strings somewhere if i don't 31 - #[derive(Debug)] 32 - pub struct Rkey(pub String); 33 - 34 30 #[derive(Debug)] 35 31 pub enum MaybeProcessedBlock<T, E> { 36 32 /// A block that's *probably* a Node (but we can't know yet)