#client #async #featherweight

fdap

Featherweight FDAP client library

2 releases

0.1.2 Jan 4, 2025
0.1.1 Nov 30, 2024

#723 in #client

Download history 105/week @ 2024-11-25 25/week @ 2024-12-02 12/week @ 2024-12-09 1/week @ 2024-12-16 1/week @ 2024-12-23 124/week @ 2024-12-30 22/week @ 2025-01-06 2/week @ 2025-01-13

148 downloads per month

ISC license

9KB
189 lines

This is a simple async FDAP client library for Rust.

Install it with: cargo add fdap.

Use it with:

let fdap_client = fdap::Client::builder().build()?;
let email = fdap_client.user_get("stephanie", ["email"]).await?;

Dependencies

~24–41MB
~692K SLoC