bpi-rs 0.2.0

Bilibili API client library for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
//! 课堂
//!
//! 示例 [https://www.bilibili.com/cheese/play/ss556](https://www.bilibili.com/cheese/play/ss556)
pub mod client;
pub mod info;
pub mod params;
pub mod videostream_url;

pub use client::CheeseClient;
pub use params::{CheeseEpListParams, CheeseInfoId, CheeseInfoParams, CheeseVideoStreamParams};