3 releases
| 0.1.3 | Jun 8, 2025 |
|---|---|
| 0.1.2 | Jan 4, 2025 |
| 0.1.1 | Nov 30, 2024 |
#1498 in Filesystem
150 downloads per month
15KB
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–40MB
~701K SLoC