Crates.io | outlook-mapi-macros |
lib.rs | outlook-mapi-macros |
version | 0.2.1 |
source | src |
created_at | 2024-02-28 22:17:43.91364 |
updated_at | 2024-02-29 22:59:21.397988 |
description | Private macros used by the outlook-mapi crate internally |
homepage | |
repository | https://github.com/wravery/mapi-rs |
max_upload_size | |
id | 1157016 |
size | 3,305 |
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.
This crate is only intended for use in outlook-mapi.