11 releases (breaking)
new 0.9.0 | Feb 14, 2025 |
---|---|
0.7.0 | Feb 5, 2025 |
#108 in Visualization
644 downloads per month
44KB
1K
SLoC
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());
}
Update log
See UPDATE_LOG.md
Dependencies
~3–4.5MB
~81K SLoC