miHoYo-API 0.2.18

A API-Wrapper of miHoYo games in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub(crate) mod genshin;
pub(crate) mod honkai;
pub(crate) mod starrail;



#[allow(unused)]
pub(crate) struct ChronicleCacheKey;


#[derive(Debug)]
pub(crate) struct ChronicleClient<T>(pub(crate) T)
where T: Send + Sync;