dingtalk-stream 0.1.7

DingTalk Stream SDK for Rust — WebSocket-based bot messaging, interactive cards, Graph API and event subscription
Documentation
1
2
3
4
5
6
7
//! Handler 模块

pub mod callback;
pub mod chatbot;
pub mod event;
pub mod graph;
pub mod system;