mikufans-proto-intl 3.17.4+build.17106976

gRPC APIs for Mikufans (Intl)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
pub mod datacenter {
    pub mod hakase {
        pub mod protobuf {
            include!("datacenter.hakase.protobuf.rs");
        }
    }
}

mod generated;

// re-export generated types
pub use generated::*;

/// The version code.
pub static TARGET_VERSION: &'static str = "3.27.0";

/// The build serial number.
pub static TARGET_BUILD_SN: i32 = 17106976;