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 Location {
    x: f64,
    y: f32,
    scale: u64,
    label: String,
}