Skip to main content

powerplatform_dataverse_client/
lib.rs

1/// Authentication helpers for Dataverse and Microsoft identity flows.
2pub mod auth;
3/// Dataverse-specific types and service client helpers.
4pub mod dataverse;
5/// Logging helpers and log level definitions.
6pub mod log;
7
8pub use log::LogLevel;