messenger_rs/
lib.rs

1/// Generate JSON from pathbuf.
2pub mod info;
3
4/// Slack client.
5pub mod slack;
6
7/// Slack client with webhook.
8pub mod slack_hook;
9
10/// Telegram client.
11pub mod telegram;
12