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.