#client #async #featherweight

fdap

Featherweight FDAP client library

1 unstable release

new 0.1.1 Nov 30, 2024

#656 in #client

Download history 105/week @ 2024-11-25

105 downloads per month

ISC license

9KB
188 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–37MB
~703K SLoC