blooio 0.3.0

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
pre-push:
  commands:
    fmt:
      run: cargo fmt --all --check
    clippy-all-features:
      run: cargo clippy --all-features --all-targets -- -D warnings
    clippy-sync-webhooks:
      run: cargo clippy --no-default-features --features sync,webhooks --all-targets -- -D warnings