Fast and robust atproto CAR file processing in rust

description and readme badges

Changed files
+9 -2
+1 -1
Cargo.toml
··· 3 3 version = "0.1.1" 4 4 edition = "2024" 5 5 license = "MIT OR Apache-2.0" 6 - description = "Fast and robust atproto CAR file processing in rust" 6 + description = "A robust CAR file -> MST walker for atproto" 7 7 repository = "https://tangled.org/@microcosm.blue/repo-stream" 8 8 9 9 [dependencies]
+8 -1
readme.md
··· 1 1 # repo-stream 2 2 3 - Efficient and robust atproto CAR file processing in rust 3 + A robust CAR file -> MST walker for atproto 4 + 5 + [![Crates.io][crates-badge]](https://crates.io/crates/repo-stream) 6 + [![Documentation][docs-badge]](https://docs.rs/repo-stream) 7 + 8 + [crates-badge]: https://img.shields.io/crates/v/repo-stream.svg 9 + [docs-badge]: https://docs.rs/repo-stream/badge.svg 10 + 4 11 5 12 todo 6 13