weboxide 0.1.4

Library for interacting with Discord webhooks
Documentation
1
2
3
4
5
6
//! # Weboxide
//!
//! A library for clients to interact with Discord webhooks.
pub mod api;
pub mod error;
pub mod webhook_client;