k2rbac-api-client
Typed Rust client for the k2rbac HTTP API.
What it provides
- Reqwest-based client methods for auth flows, user operations, account operations, role operations, and API key management.
- Configurable default authorization and header injection.
- Structured problem-details style error handling.
Install
[]
= "0.1.0"
Minimal example
use ;
let client = new?;
let me = client.whoami.await?;
println!;
# Ok::
License: GPL-3.0-or-later
Repository: https://github.com/frogfishio/k2db