# Appwrite Rust SDK SDK ![License](https://img.shields.io/github/license/PineappleIOnic/sdk-for-rust.svg?v=1) ![Version](https://img.shields.io/badge/api%20version-0.13.0-blue.svg?v=1) **WORK IN PROGRESS - NOT READY FOR USAGE** Appwrite is an open-source backend as a service server that abstract and simplify complex and repetitive development tasks behind a very simple to use REST API. Appwrite aims to help you develop your apps faster and in a more secure way. Use the Rust SDK to integrate your app with the Appwrite server to easily start interacting with all of Appwrite backend APIs and tools. For full API documentation and tutorials go to https://appwrite.io/docs ![Appwrite](https://camo.githubusercontent.com/22d26d6d9b2c060b7a843a81c00bb125c7c44422c3cb6ccf2b493211af256c85/68747470733a2f2f61707077726974652e696f2f696d616765732f6769746875622e706e67) ## Installation To install via [Crates.io](https://www.crates.io/) add the following to your Cargo.toml under dependencies: ```toml appwrite = "0.0.2" ``` ## Contribution This library is auto-generated by Appwrite's custom [SDK Generator](https://github.com/appwrite/sdk-generator). To learn more about how you can help us improve this SDK, please check the [contribution guide](https://github.com/appwrite/sdk-generator/blob/master/CONTRIBUTING.md) before sending a pull-request. ## License Please see the [BSD-3-Clause license](https://raw.githubusercontent.com/appwrite/appwrite/master/LICENSE) file for more information.