aw-test 0.0.2

Appwrite Rust SDK
Documentation
mod account;
mod avatars;
mod database;
mod functions;
mod health;
mod locale;
mod projects;
mod storage;
mod teams;
mod users;
mod exception;

pub use self::account::Account;
pub use self::avatars::Avatars;
pub use self::database::Database;
pub use self::functions::Functions;
pub use self::health::Health;
pub use self::locale::Locale;
pub use self::projects::Projects;
pub use self::storage::Storage;
pub use self::teams::Teams;
pub use self::users::Users;

pub use self::exception::AppwriteException;