Crate ruvolt

Source
Expand description

§Ruvolt

§An API wrapper for Revolt written in Rust.

Modules§

builders
Builders for create and edit Revolt API models.
cache
A cache containing data received from the API.
error
Module for Error and Result types.
http
A module for the http client that makes requests to the Revolt REST API.
models
Revolt API models.
state
An abstraction around HashMap, where the types are the keys.

Structs§

Client
API wrapper to interact with Revolt.
Context
A struct for general utilities and wrapper for the http client.

Traits§

EventHandler
Define handlers for supported events.