powerplatform-dataverse-client 0.9.0

Unofficial Rust sdk for the Microsoft Dataverse (Power Platform) Web API.
Documentation
1
2
3
4
5
6
7
8
/// Authentication helpers for Dataverse and Microsoft identity flows.
pub mod auth;
/// Dataverse-specific types and service client helpers.
pub mod dataverse;
/// Logging helpers and log level definitions.
pub mod log;

pub use log::LogLevel;