whatsapp_cloud_api/
lib.rs

1mod error;
2pub mod models;
3mod whatspapp_client;
4
5pub use crate::whatspapp_client::WhatasppClient;
6pub use error::WhatsappError;
7
8pub const WHATSAPP: &str = "whatsapp";