| Crates.io | fdap |
| lib.rs | fdap |
| version | 0.1.3 |
| created_at | 2024-11-30 12:15:11.397343+00 |
| updated_at | 2025-06-08 08:03:59.185411+00 |
| description | Featherweight FDAP client library |
| homepage | |
| repository | https://github.com/andrewbaxter/openfdap |
| max_upload_size | |
| id | 1466577 |
| size | 57,481 |
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?;