whatsapp-rust 0.6.0

Rust client for WhatsApp Web
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub mod basic;
pub mod call;
pub mod chatstate;
pub mod ib;
pub mod iq;
#[macro_use]
mod macros;
pub mod message;
pub mod notification;
pub mod presence;
pub mod receipt;
pub mod router;
pub mod traits;