safetywechat 0.1.0

A Wechat Public Platfrom SDK for Rust. [Inprocessing]
Documentation
1
2
3
4
5
6
7
8
9
use serde::{ Serialize, Deserialize };

#[derive(Serialize, Deserialize)]
pub struct Link {
    title: String,
    description: String,
    url: String,
}