blooio 0.2.1

Typed, low-overhead Rust client for the Blooio API (iMessage/SMS automation), with sync and async surfaces.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//! Hand-written resource namespaces. Each module defines its public
//! [`Operation`](crate::Operation) types plus a resource handle whose methods
//! delegate to the client's `send`.

pub mod account;
pub mod chats;
pub mod contact_card;
pub mod contacts;
pub mod facetime;
pub mod groups;
pub mod location;
pub mod numbers;
pub mod phone_numbers;
pub mod webhooks;