outlook-mapi-macros 0.2.1

Private macros used by the outlook-mapi crate internally
Documentation

outlook-mapi-macros

This crate separates private macro_rules! macros used by the 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.