slack2

Crates.ioslack2
lib.rsslack2
version0.27.0
created_at2025-08-12 04:44:08.765887+00
updated_at2025-08-12 05:04:13.060209+00
descriptionslack realtime messaging client: https://api.slack.com/bot-users
homepage
repositoryhttps://github.com/CloudLLM-ai/slack-rs.git
max_upload_size
id1791354
size112,266
Angel Leon (gubatron)

documentation

https://docs.rs/slack2

README

slack-rs

Slack realtime messaging client and API interface.

Build Status License Crates.io

Documentation

Usage

Add this to your Cargo.toml:

[dependencies]
slack2 = "0.27.0"

and this to your crate root:

extern crate slack2 as slack;

Example

See the examples directory.

License

slack-rs is distributed under the Apache-2.0 License.

Commit count: 0

cargo fmt