io_msgraph/v1/rest/mod.rs
1//! Microsoft Graph REST API, mirroring the reference resource tree. The
2//! mail and contacts surfaces hang off the `users` resource (`/me` or
3//! `/users/{id}`): mail folders, messages, the sendMail action, contact
4//! folders and contacts.
5//!
6//! <https://learn.microsoft.com/en-us/graph/api/overview>
7
8pub mod users;