discord_webhook_rs/
lib.rs

1mod discord;
2mod embed;
3
4pub use discord::{Error, Webhook};
5pub use embed::{Author, Embed, Field, Footer};