gewe-core 0.1.4

Core types and definitions for gewe WeChat SDK
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub mod admin;
pub mod manage;
pub mod member;
pub mod settings;

#[allow(ambiguous_glob_reexports)]
pub use admin::*;
#[allow(ambiguous_glob_reexports)]
pub use manage::*;
#[allow(ambiguous_glob_reexports)]
pub use member::*;
#[allow(ambiguous_glob_reexports)]
pub use settings::*;