Registry / messaging / slack
library0.25.0rscratesunverified

Slack realtime messaging client.

# Cargo.toml [dependencies] slack = "0.25.0"
INSTALL
IMPORT
SIG · SLACK
S
slack
messagingrustv0.25.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

RtmClient
use slack::RtmClient;

Connects to Slack RTM API and listens for events.

use slack::RtmClient; fn main() { let client = RtmClient::new("token"); client.login_and_run(); }
Debug
Known issues
gotchaRequires a valid Slack API token.
fix
Obtain a token from Slack API dashboard.
affects: >=0.1.0
Upgrade
Version history
0.25.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
19 hits · last 30 days
node
18
OpenAI (training)
1
Resources
slack — cargo add slack · libregistry