v_archive_rs 0.3.0

A Rust library for V-Archive
Documentation

v_arch_rs

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

Example

use v_archive_rs::VArchiveUserTierInfo as UserTier;

fn main() {
    let username = "내꺼";
    let user_tier = UserTier::load_user_tier(username, &6).unwrap();

    println!("{}'s tier is: {}", username, user_tier.tier.name);
}

Update log

  • 0.3.0
    • Add document URL on this crate
    • Add more document stuff (VArchiveUserTierInfo and related stuff)
    • Support to load user floor result table. #
    • Add more README.md stuff
  • 0.2.1
  • 0.2.0
    • Fix VArchiveUserTierInfo to public
    • Support to load user data for a song. #
  • 0.1.0
    • Support to load user data for tier. #

List of does not support (also goal)

  • Register a play result to V-Archive
  • Load whole of song list
  • Load kind of song difficulty table