19 releases

new 0.6.1 Oct 10, 2024
0.5.7 Aug 23, 2024
0.5.6 Jun 5, 2024
0.5.4 Feb 25, 2024
0.2.0 Mar 16, 2022

#1398 in Web programming

Download history 30/week @ 2024-07-01 15/week @ 2024-07-29 16/week @ 2024-08-12 171/week @ 2024-08-19 23/week @ 2024-08-26 15/week @ 2024-09-16 34/week @ 2024-09-23 8/week @ 2024-09-30 328/week @ 2024-10-07

385 downloads per month

Apache-2.0

54KB
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–30MB
~511K SLoC