Skip to main content

rbac_api_client/
lib.rs

1// SPDX-FileCopyrightText: 2026 Alexander R. Croft
2// SPDX-License-Identifier: GPL-3.0-or-later
3
4mod client;
5mod error;
6
7pub use client::{RbacApiClient, RbacApiClientOptions, RequestOptions};
8pub use error::{ProblemDetails, RbacApiClientError};