3 unstable releases
0.2.1 | Feb 29, 2024 |
---|---|
0.2.0 | Feb 29, 2024 |
0.1.0 | Feb 28, 2024 |
#193 in #winapi
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.