pub async fn fetch_table(web_url: &str) -> Result<BmsTable>Available on crate features
scraper and reqwest only.Expand description
从网页或头部 JSON 源拉取并解析完整的 BMS 难度表。
参考 fetch_table_full。
pub async fn fetch_table(web_url: &str) -> Result<BmsTable>scraper and reqwest only.从网页或头部 JSON 源拉取并解析完整的 BMS 难度表。
参考 fetch_table_full。