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
1
First Seen
Aug 12, 2026
appwrite-rust — appwrite/codex-plugin