tinyhumans 0.1.0

Rust SDK for the TinyHumans backend
Documentation
1
2
3
4
5
6
7
8
9
10
11
# Rust examples

Run the live backend contract probe against production:

```bash
TINYHUMANS_E2E_BASE_URL=https://api.tinyhumans.ai \
  cargo run --example live_contract
```

The probe fetches health and Swagger through the Rust client and verifies that
a protected public route rejects an unauthenticated request.