add async feature #1

Merged
b4tman merged 62 commits from async into master 2023-08-18 06:29:46 +00:00
Showing only changes of commit 908a6d8cae - Show all commits

View File

@ -4,6 +4,7 @@ use serde_derive::{Deserialize, Serialize};
pub struct SourceQuestion {
#[serde(default, skip_serializing_if = "u32_is_zero")]
pub num: u32,
#[serde(default)]
pub id: String,
#[serde(alias = "Вопрос")]