tranquility 0.0.8

A Rust library for the Reddit API.
Documentation
//! All of the structs you may need when handling the returned JSON.

pub use crate::model::{
    award::Award, comment::Comment, link::Link, message::Message, subreddit::Subreddit, user::User,
    usersubreddit::UserSubreddit,
};