Fast and robust atproto CAR file processing in rust

0.2: less streaming, more disk spilling

Changed files
+2 -2
+1 -1
Cargo.lock
··· 1024 1024 1025 1025 [[package]] 1026 1026 name = "repo-stream" 1027 - version = "0.1.1" 1027 + version = "0.2.0" 1028 1028 dependencies = [ 1029 1029 "bincode", 1030 1030 "clap",
+1 -1
Cargo.toml
··· 1 1 [package] 2 2 name = "repo-stream" 3 - version = "0.1.1" 3 + version = "0.2.0" 4 4 edition = "2024" 5 5 license = "MIT OR Apache-2.0" 6 6 description = "A robust CAR file -> MST walker for atproto"