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 interact;
pub mod manage;
pub mod media;
pub mod publish;
pub mod settings;
pub mod timeline;

pub use interact::*;
pub use manage::*;
pub use media::*;
pub use publish::*;
pub use settings::*;
pub use timeline::*;