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.

[examples] add missing rustls provider install

dawn 3942ea62 7af4ae27

+4
+4
examples/statusphere.rs
··· 159 159 160 160 #[tokio::main] 161 161 async fn main() -> miette::Result<()> { 162 + rustls::crypto::aws_lc_rs::default_provider() 163 + .install_default() 164 + .ok(); 165 + 162 166 tracing_subscriber::fmt() 163 167 .with_env_filter("hydrant=info") 164 168 .init();