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.

another alpha: output key fn and mst height

phil 3400d034 2dd1b43d

+2 -2
+1 -1
Cargo.lock
··· 2741 2741 2742 2742 [[package]] 2743 2743 name = "repo-stream" 2744 - version = "0.5.0-alpha.3" 2744 + version = "0.5.0-alpha.4" 2745 2745 dependencies = [ 2746 2746 "async-channel", 2747 2747 "cid",
+1 -1
Cargo.toml
··· 1 1 [package] 2 2 name = "repo-stream" 3 - version = "0.5.0-alpha.3" 3 + version = "0.5.0-alpha.4" 4 4 edition = "2024" 5 5 license = "MIT OR Apache-2.0" 6 6 description = "Fast and robust atproto CAR file processing"