pushx 0.1.0

A simple unified push library for DingTalk, extendable to Feishu, etc.
Documentation
1
2
3
4
5
#[derive(Debug, Clone)]
pub struct PushMessage {
    pub title: String,
    pub content: String,
}