zeph-commands 0.19.0

Slash command registry, handler trait, and channel sink abstraction for Zeph
Documentation
1
2
3
4
5
6
7
8
// SPDX-FileCopyrightText: 2026 Andrei G <bug-ops>
// SPDX-License-Identifier: MIT OR Apache-2.0

//! Re-exports [`ChannelSink`] as a sub-trait module for consistency.
//!
//! All command handlers that produce output use [`ChannelSink`] from `CommandContext::sink`.

pub use crate::sink::ChannelSink;