This rust crate holds types that represent data structures and operations for the Exchange Web Services API, as well as the necessary infrastructure to serialize and deserialize them to/from XML.
The Cargo documentation for this repository is not currently hosted online. It can be accessed locally after cloning this repository and generating it:
git clone https://github.com/thunderbird/ews-rs.git
cd ews-rs
cargo doc --open
The GitHub issue tracker for this repository is disabled to help us handle
EWS-related Thunderbird-adjacent bugs more easily. To report an issue or file a
feature request for this crate, please do so in Bugzilla under
Networking:Exchange
.
The ews
crate follows the Firefox MSRV policy.
It is therefore safe to assume the crate's effective MSRV is the one matching
the latest Firefox release.
The ews
crate is available under the terms of the Mozilla Public License,
version 2.0. See either our LICENSE file or [https://www.mozilla.org/en-US/MPL/2.0/].