weixin_rust 0.1.6

weixin api impl
Documentation
extern crate core;

pub mod agent;
pub mod mail_list;
pub mod push_message;
pub mod customer;
pub mod media;


#[cfg(test)]
mod tests {
    use super::*;

    #[test]
    fn test_token() {

    }


}