Crate bms_table

Source
Expand description

示例程序

Modules§

fetch
BMS表格数据获取模块

Structs§

BmsTable
BMS难度表数据,看这一个就够了

Functions§

create_bms_table_from_json
从header的绝对URL地址、header和data的JSON解析树创建BmsTable对象
fetch_bms_table
从URL直接获取BmsTable对象(合并上述两个步骤)
fetch_table_json_data
从URL获取header的绝对URL地址、header和data的JSON解析树