openlegends-server 0.3.0

OpenLegends Game Server
Documentation
1
2
3
4
5
6
7
use serde::{Deserialize, Serialize};

#[derive(Serialize, Deserialize, Debug)]
pub struct Data {
    pub success: bool,
    pub message: String,
}