wolt 0.1.0

A reqwest/tokio based api wrapper for Wolt
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
use serde::Deserialize;

#[derive(Deserialize, Debug)]
pub struct PageCategory {
    pub name: String,
}

#[derive(Deserialize, Debug)]
pub struct ConfigurationDebug {
    pub a: i32,
    pub b: i32,
}