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
14
15
16
17
pub mod common;
pub mod follow;
pub mod interact;
pub mod message;
pub mod profile;
pub mod publish;
pub mod scan;
pub mod search;

pub use common::*;
pub use follow::*;
pub use interact::*;
pub use message::*;
pub use profile::*;
pub use publish::*;
pub use scan::*;
pub use search::*;