#outlook #macro #winapi #mapi #private #bindings #internally

outlook-mapi-macros

Private macros used by the outlook-mapi crate internally

3 unstable releases

0.2.1 Feb 29, 2024
0.2.0 Feb 29, 2024
0.1.0 Feb 28, 2024

#223 in Windows APIs

Download history 45/week @ 2024-02-22 375/week @ 2024-02-29 44/week @ 2024-03-07 162/week @ 2024-03-14 16/week @ 2024-03-28

223 downloads per month

MIT license

3KB

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.


lib.rs:

Private macros used by the outlook-mapi crate internally that are not re-exported.

No runtime deps