bpi-rs 0.1.3

Bilibili API client library for Rust
Documentation
1
2
3
4
5
6
7
8
use serde::{Deserialize, Serialize};

/// Label 跳转信息
#[derive(Default, Debug, Clone, Serialize, Deserialize)]
pub struct LabelGoto {
    pub mobile: String,
    pub pc_web: String,
}