15 releases

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

#1515 in Web programming

Download history 16/week @ 2024-01-10 5/week @ 2024-01-17 25/week @ 2024-01-31 6/week @ 2024-02-14 180/week @ 2024-02-21 91/week @ 2024-02-28 27/week @ 2024-03-06 19/week @ 2024-03-13 13/week @ 2024-03-20 5/week @ 2024-03-27 8/week @ 2024-04-03 148/week @ 2024-04-10 31/week @ 2024-04-17

192 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–34MB
~568K SLoC