DingTalk Robot Util, Send text/markdown/link messages using DingTalk robot
钉钉机器人 Rust SDK
Sample 1:
```rust
pub fn main() -> Result<(), Box
Ok(())
} ```
Sample 2 (Read token from file):
```rust
pub fn main() -> Result<(), Box
Ok(())
} ```
TEXT
-> Text
..., change enum capsActionCard
message, send action card message typedirect_url
for DingTalk
, for outgoing robotFeedCard
message, send feed card message typeDingtalk::from_json
, read token from JSON stringDingTalk::from_file
, read token from fileDefault::default()
supportset_default_webhook_url
, default dingtalk webhook urlDingTalk::send_link(...)
, send link messageDingTalkMessage
, can set at_all
, at_mobiles
now