very fast at protocol indexer with flexible filtering, xrpc queries, cursor-backed event stream, and more, built on fjall
rust fjall at-protocol atproto indexer
58
fork

Configure Feed

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

[build] use wild for linking

dawn 0a7bf373 f85858a4

+4 -4
+2 -2
.cargo/config.toml
··· 1 - [target.'cfg(target_os = "linux")'] 1 + [target.x86_64-unknown-linux-gnu] 2 2 linker = "clang" 3 - rustflags = ["-C", "link-arg=-fuse-ld=mold"] 3 + rustflags = ["-Clink-arg=--ld-path=wild"]
+1 -1
Cargo.toml
··· 52 52 tempfile = "3.26.0" 53 53 54 54 [profile.dev] 55 - opt-level = 2 55 + opt-level = 1
+1 -1
flake.nix
··· 28 28 cmake 29 29 websocat 30 30 http-nu 31 - mold 32 31 clang 32 + wild 33 33 ]; 34 34 }; 35 35 };