19 releases

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

#1522 in Web programming

25 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–32MB
~508K SLoC