Files
huskies/server/src/chat/transport/matrix/commands.rs
T

8 lines
295 B
Rust
Raw Normal View History

//! Re-exports from `crate::chat::commands`.
//!
//! The command dispatch infrastructure has moved to `crate::chat::commands` so
//! it can be shared by all transports. This module re-exports everything for
//! backwards compatibility with in-tree references.
pub use crate::chat::commands::*;