discord_webhook_rs/
lib.rs

1mod author;
2mod embed;
3mod field;
4mod footer;
5mod webhook;
6
7pub use author::Author;
8pub use embed::Embed;
9pub use field::Field;
10pub use footer::Footer;
11pub use webhook::{Error, Webhook};