manabrew-protocol 4.1.3

Wire protocol for manabrew multiplayer
Documentation
1
2
3
4
5
6
7
use serde::{Deserialize, Serialize};
use ts_rs::TS;

#[derive(Debug, Clone, Default, PartialEq, Eq, Hash, Serialize, Deserialize, TS)]
#[serde(transparent)]
#[ts(export, export_to = "token.ts")]
pub struct TokenScript(pub String);