Quark Command System
High-performance, type-safe command registry for Pulsar — with compile-time argument checking, macro-powered registration, and async/sync support
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
Registry Architecture
Deep dive into Quark's command registry — HashMap storage, lookup performance, thread safety, and registration lifecycle
Macro System
Complete reference for Quark's #[command] procedural macro — automatic Command trait generation, type inference, and async detection