strife 0.3.0

A lightweight library for the Discord API.
Documentation
//! Models of objects received from the Discord API.

mod utils;

pub mod channel;
pub mod color;
pub mod gateway;
pub mod guild;
pub mod id;
pub mod misc;
pub mod permissions;
pub mod snowflake;
pub mod user;
pub mod voice;