1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
//! ``blue_archive``
//! ------------
//! A Rust API wrapper of lonqie's ``SchaleDB`` that represents data from the game **Blue Archive**.
//!
//! ## Crediting
//!
//! For more information, go to these links:
//!
//! - **Original Database Repository: <https://github.com/lonqie/SchaleDB>**
//! - **Owner: <https://github.com/lonqie>**
//! - **Website: <https://schale.gg/>**
//!
//! ---
//!
//! ## Information
//!
//! Something I wanted to make in Rust was a simple api wrapper, picked something and the rest was history.
//! **Much of it is still a work in progress.**
//!
//! - The former versions **`<= 0.2.*`** used a different API, and to migrate to the new one, a lot of changes needed to happen to adjust.
//!
//! - **Repository: <https://github.com/MerryweatherLost/blue_archive_api-rs>**
//!
//! ---
//!
//! ## Contributing
//!
//! If you wish to help out, you can. I am a beginner in Rust and I do not mind a few pointers.
pub
pub use blocking;
pub use ;
pub use ;
pub use BlueArchiveError;
pub use StudentFetcher;
pub use StudentFilter;
pub const DATA_URI: &str = "https://raw.githubusercontent.com/lonqie/SchaleDB/main/data";
pub const IMAGE_DATA_URI: &str = "https://raw.githubusercontent.com/lonqie/SchaleDB/main/images";