v_archive_rs 0.12.0

A Rust library for V-Archive
Documentation

v_archive_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

Todo-list

  • Nothing here

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