Crates.io | dingtalk-stream-sdk-rust |
lib.rs | dingtalk-stream-sdk-rust |
version | 0.1.0 |
source | src |
created_at | 2024-02-06 13:42:26.06866 |
updated_at | 2024-02-06 13:42:26.06866 |
description | An **UNOFFICIAL** Rust SDK focused on the development of DingTalk robots. |
homepage | https://github.com/avalon1610/dingtalk-stream-sdk-rust |
repository | https://github.com/avalon1610/dingtalk-stream-sdk-rust |
max_upload_size | |
id | 1128901 |
size | 105,360 |
This an UNOFFICIAL Rust SDK focused on the development of DingTalk robots.
USE IT ON YOUR OWN RISK
Reference to DingTalk open platform docs here
The functions included in SDK:
Client::register_callback_listener
]RobotRecvMessage::conversation_type
] == 1Client::register_callback_listener
]RobotRecvMessage::conversation_type
] == 2Client::download
]Client::upload
]Client::create_group
]See more details in examples
provide a proc-macro to make construct SampleActionCard2
~ SampleActionCard5
more convernient.
see more in action_card!