Registry Architecture
Deep dive into Quark's command registry — HashMap storage, lookup performance, thread safety, and registration lifecycle
Related Documentation
Command Trait
Complete reference for Quark's Command trait — the core abstraction for executable commands with metadata, type-safe execution, and async support
Macro System
Complete reference for Quark's #[command] procedural macro — automatic Command trait generation, type inference, and async detection
Parser
Complete reference for Quark's command string parser — tokenization, quote handling, escape sequences, and error recovery