Fast and robust atproto CAR file processing in rust
14
fork

Configure Feed

Select the types of activity you want to include in your feed.

description and readme badges

phil 97a17c1a 8b768a0a

+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