appwrite-rust

Installation
SKILL.md

Appwrite Rust SDK

Installation

cargo add appwrite
cargo add tokio --features full
cargo add serde_json

Or add dependencies manually:

[dependencies]
appwrite = "0.3.0"
tokio = { version = "1", features = ["full"] }
serde_json = "1"
Installs
84
GitHub Stars
22
First Seen
Apr 19, 2026
appwrite-rust — appwrite/agent-skills