13 releases (breaking)

0.10.1 Feb 27, 2025
0.9.0 Feb 14, 2025

#203 in Visualization

Download history 171/week @ 2024-12-29 181/week @ 2025-01-05 220/week @ 2025-01-12 27/week @ 2025-01-19 379/week @ 2025-02-02 216/week @ 2025-02-09 41/week @ 2025-02-16 231/week @ 2025-02-23 58/week @ 2025-03-02 5/week @ 2025-03-09

82 downloads per month

Custom license

46KB
1K SLoC

v_archive_rs

github crates.io docs.rs

This is Rust library for using V-Archive. It uses their API

Example

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

Update log

See UPDATE_LOG.md

License

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

Dependencies

~3–4.5MB
~81K SLoC