| Crates.io | platz-sdk |
| lib.rs | platz-sdk |
| version | 0.6.3 |
| created_at | 2022-03-07 12:51:12.839653+00 |
| updated_at | 2026-01-01 17:17:36.977627+00 |
| description | Platz.io SDK |
| homepage | |
| repository | https://github.com/platzio/sdk-rs |
| max_upload_size | |
| id | 545037 |
| size | 149,137 |
This repo contains the Rust SDK for platz.io.
See https://docs.rs/platz-sdk for full reference.
This crate uses async-std to avoid having tokio as a direct dependency.
As a result, features such as timeouts are not available while making requests, since reqwest needs tokio for this.
Since you're probably using tokio, make sure to wrap client calls using tokio::time::timeout.