Skip to content

thunderbird/ews-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Exchange Web Services

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.

Documentation

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

Report issues

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.

Minimum Supported Rust Version

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.

License

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/].

About

A Rust crate for interacting with the Exchange Web Services API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 7

Languages