outlook-mapi-macros

Crates.iooutlook-mapi-macros
lib.rsoutlook-mapi-macros
version0.2.1
sourcesrc
created_at2024-02-28 22:17:43.91364
updated_at2024-02-29 22:59:21.397988
descriptionPrivate macros used by the outlook-mapi crate internally
homepage
repositoryhttps://github.com/wravery/mapi-rs
max_upload_size
id1157016
size3,305
Bill Avery (wravery)

documentation

README

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.

Commit count: 114

cargo fmt