Crates.io | platz-sdk |
lib.rs | platz-sdk |
version | 0.6.1 |
source | src |
created_at | 2022-03-07 12:51:12.839653 |
updated_at | 2024-10-10 11:41:12.11939 |
description | Platz.io SDK |
homepage | |
repository | https://github.com/platzio/sdk-rs |
max_upload_size | |
id | 545037 |
size | 65,437 |
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.