//! Microsoft Graph API v1.0.
//!//! `rest` mirrors the Graph resource tree (`users.*`); `send` is the
//! HTTP/JSON transport every coroutine delegates to, and `query` turns a
//! params struct into OData query pairs.
#[cfg(feature ="client")]pubmodclient;pubmodfield;pubmodquery;pubmodrest;pubmodsend;