msnp11-sdk 0.11.3

An MSNP11 client SDK
Documentation
1
2
3
4
5
6
7
8
9
use crate::Tab;
use serde::Deserialize;

#[derive(Deserialize, Debug, Clone)]
#[cfg_attr(feature = "uniffi", derive(uniffi::Record))]
pub struct Config {
    pub tabs: Vec<Tab>,
    pub msn_today_url: String,
}