Whatsapp-business-rs: Batch requests + type-safe WhatsApp Business API client

⚓ Rust    📅 2025-08-21    👤 surdeus    👁️ 4      

surdeus

:rocket: whatsapp-business-rs v0.2.0 released!

whatsapp-business-rs is a type-safe Rust SDK for the WhatsApp Business API.

This release focuses on batch requests — one of the API’s trickiest features — with Rust-y ergonomics:

  • :white_check_mark: Batch API with compile-time safe response references (no more fragile stringly JSON paths).
  • :white_check_mark: Bulk messaging support made easy.
  • :white_check_mark: Multi-tenant ready (great for SaaS platforms).

If you’ve touched Meta’s API, you know the docs are… :sweat_smile:. This crate smooths that pain with Rust’s type-safety, correctness, and speed.

:package: Crate: crates.io
:open_book: Docs: docs.rs
:laptop: Repo: github.com/veecore/whatsapp-business-rs

Would love feedback (or contributions!) from fellow Rustaceans :raising_hands:

1 post - 1 participant

Read full topic

🏷️ Rust_feed