blue_archive 0.5.2

A Blue Archive api wrapper for Rust, based off of SchaleDB's data: https://github.com/lonqie/SchaleDB
Documentation
1
2
3
4
//! Contains Fetcher structures that can be used for caching certain data.

pub mod student;
pub use student::StudentFetcher;