| Crates.io | v_archive_rs |
| lib.rs | v_archive_rs |
| version | 0.12.0 |
| created_at | 2025-01-03 11:10:32.690674+00 |
| updated_at | 2025-06-16 14:34:18.07658+00 |
| description | A Rust library for V-Archive |
| homepage | |
| repository | https://github.com/NangmanGureum/v_archive_rs |
| max_upload_size | |
| id | 1502309 |
| size | 100,988 |
This is Rust library for using V-Archive. It uses their API
use v_archive_rs::load_user_tier;
fn main() {
let username = "내꺼";
let user_tier = load_user_tier(username, 6).unwrap();
println!("{}'s tier is: {}", username, user_tier.current_tier.to_string());
}
See more examples to examples
See UPDATE_LOG.md
Most of codes follow MIT License. But, some parts related to DJMAX RESPECT V (such as SongCatagory enum) follow Guidelines on the Derivative Works of DJMAX IP.
SPDX-License-Identifier: MIT AND SEE LICENSE IN DJMAX-Derivative-Works-Guidelines.md