outlook-mapi-macros 0.2.1

Private macros used by the outlook-mapi crate internally
Documentation
1
2
3
4
5
# outlook-mapi-macros

This crate separates private `macro_rules!` macros used by the [outlook-mapi](https://crates.io/crates/outlook-mapi) crate from the public macros which it exports as part of its API. Exported macros can only invoke other exported macros, and there's no way to mark an exported macro as private.

## Getting Started

This crate is only intended for use in [outlook-mapi](https://crates.io/crates/outlook-mapi).