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.
1modhandle_xrpc_resolve_handle;// Internal handler
2modhandle_xrpc_resolve_lexicon;// Internal handler
3modserver;// Internal server module
45// Re-export only what the binary needs
6pubuseserver::{AppContext,create_router};