https://github.com/thunderbird/ews-rs
A Rust crate for interacting with the Exchange Web Services API
https://github.com/thunderbird/ews-rs
Last synced: 12 months ago
JSON representation
A Rust crate for interacting with the Exchange Web Services API
- Host: GitHub
- URL: https://github.com/thunderbird/ews-rs
- Owner: thunderbird
- License: mpl-2.0
- Created: 2024-03-29T21:08:18.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-06-02T15:46:01.000Z (about 1 year ago)
- Last Synced: 2025-06-03T04:34:41.033Z (about 1 year ago)
- Language: Rust
- Size: 117 KB
- Stars: 23
- Watchers: 12
- Forks: 5
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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:
```bash
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 on Bugzilla
[here](https://bugzilla.mozilla.org/enter_bug.cgi?product=MailNews%20Core&component=Networking:%20Exchange).