Crates.io | fdap |
lib.rs | fdap |
version | 0.1.1 |
source | src |
created_at | 2024-11-30 12:15:11.397343 |
updated_at | 2024-11-30 12:15:11.397343 |
description | Featherweight FDAP client library |
homepage | |
repository | https://github.com/andrewbaxter/openfdap |
max_upload_size | |
id | 1466577 |
size | 8,780 |
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?;