Crates.io | outlook-mapi-sys |
lib.rs | outlook-mapi-sys |
version | |
source | src |
created_at | 2024-02-24 23:15:07.548189 |
updated_at | 2025-01-15 23:46:21.570459 |
description | Bindings generated with the windows crate for the Outlook MAPI interface |
homepage | |
repository | https://github.com/microsoft/mapi-rs |
max_upload_size | |
id | 1151988 |
Cargo.toml error: | TOML parse error at line 19, column 1 | 19 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
This crate implements unsafe Rust bindings for the Outlook MAPI COM APIs using the Windows crate.
This crate has a friendlier wrapper in outlook-mapi.
The Windows crate requires a Windows Metadata (winmd
) file describing the API. The one used in this crate is automatically regenerated as part of running update-bindings.