Nylas Rust SDK
💌 A Rust client library for the Nylas email and calendar API.
Overview
This Nylas Rust SDK is a library that provides Rust developers with easy access to the Nylas email and calendar API. Nylas is a powerful platform for building email, calendar, and contact functionality into applications.
🌟 Key Features:
- Retrieve email messages, threads, and threads.
- Access event and calendar information.
- Interact with folders, labels, and tags.
- Manage accounts and account details.
- Utilize powerful search and filter capabilities.
- And much more!
🚀 This client library empowers you to integrate the Nylas API seamlessly into your Rust applications.
Installation
To include the Nylas Rust SDK in your project, add it as a dependency in your Cargo.toml file:
[]
= "0.0.4"
= "1.33.0"
You can find the latest version on Crates.io.
Usage
Here's a simple example of how to retrieve all messages using the Nylas Rust Client:
use Nylas;
async
TODO: Explore the examples folder for more usage scenarios.
Documentation
For detailed documentation, including available functions and structures, refer to the official documentation.
Contributing
We welcome contributions from the open-source community! If you'd like to contribute to the Nylas Rust Client, please read our Contributing Guidelines.
License
This project is licensed under the MIT License.