Re-exportsยง
pub use context::Context;pub use create::create_admin_room;
Modulesยง
- attach ๐
- console
- context
- create
- execute ๐
- grant ๐
- notices ๐
- processor ๐
- register ๐
- Synapse-compatible shared-secret registration backend.
- respond ๐
Structsยง
- Command
Input - Inputs to a command are a multi-line string and optional reply_id.
- Service
Enumsยง
- Command
Output - Textual output of a completed command. Markdown is the norm; Plain carries clap usage and error text, which must never be markdown-rendered.
Constantsยง
- COMMAND_
QUEUE_ ๐LIMIT - Maximum number of commands which can be queued for dispatch.
Traitsยง
- Command
- Root of a clap command tree installed by a downstream crate.
Type Aliasesยง
- Processor
Result - Carries a rendered command outcome while preserving its status.