drs 0.1.0

Simple and lightweight Discord framework.
Documentation
1
2
3
4
5
6
use serde::{Deserialize, Serialize};

#[derive(Serialize, Deserialize, Debug)]
pub struct Message {
    content: String,
}