15 releases

new 0.5.5 Apr 14, 2024
0.5.4 Feb 25, 2024
0.5.2 Jan 16, 2024
0.5.1 Mar 17, 2023
0.2.0 Mar 16, 2022

#13 in #timeout

Download history 20/week @ 2024-01-14 1/week @ 2024-01-21 24/week @ 2024-01-28 1/week @ 2024-02-04 46/week @ 2024-02-18 190/week @ 2024-02-25 52/week @ 2024-03-03 30/week @ 2024-03-10 10/week @ 2024-03-17 8/week @ 2024-03-24 13/week @ 2024-03-31

63 downloads per month

Apache-2.0

51KB
1.5K SLoC

🦀 platz-sdk

This repo contains the Rust SDK for platz.io.

See https://docs.rs/platz-sdk for full reference.

A Note About Timeouts

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.

Dependencies

~16–33MB
~559K SLoC