QuickDID is a high-performance AT Protocol identity resolution service written in Rust. It provides handle-to-DID resolution with Redis-backed caching and queue processing.
at main 6 lines 229 B view raw
1mod handle_xrpc_resolve_handle; // Internal handler 2mod handle_xrpc_resolve_lexicon; // Internal handler 3mod server; // Internal server module 4 5// Re-export only what the binary needs 6pub use server::{AppContext, create_router};