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 176 B view raw
1mod handle_xrpc_resolve_handle; // Internal handler 2mod server; // Internal server module 3 4// Re-export only what the binary needs 5pub use server::{AppContext, create_router};