Crate dingtalk_stream_sdk_rust

Source
Expand description

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

§Major Function

The functions included in SDK:

See more details in examples

§Additional helper proc-macro

provide a proc-macro to make construct SampleActionCard2 ~ SampleActionCard5 more convernient.
see more in action_card!

Modules§

down
Types and methods that handles down from DingTalk server
group
Types and methods to create group
up
Types and methods that handle up to DingTalk server

Macros§

action_card
Proc-macro to make construct SampleActionCard more convernient.

Structs§

Client
An asynchronous Client to interactive with DingTalk server
ClientConfig
Client config that need to be sent to DingTalk server to get endpoint
Subscription
Definition of subscription types registered with the DingTalk server

Constants§

TOPIC_CARD
used for register card callback
TOPIC_ROBOT
used for register robot message callback