tranquility 0.0.8

A Rust library for the Reddit API.
Documentation
1
2
3
4
5
6
//! Module for the message struct.
use serde::{Deserialize, Serialize};

/// The struct representing a message.
#[derive(Clone, Debug, Serialize, Deserialize)]
pub struct Message {}