rust_webhook-0.1.5 has been yanked.
rust_webhook
The 'rust_webhook' crate is a Rust library that provides functionality for sending webhooks using the 'reqwest' and 'serde_json' libraries. It allows you to easily send POST requests with JSON payloads to webhook endpoints.
Installation
Add the crate as a dependency in your Cargo.toml file:
[]
= { = "0.1.4" }
= "0.11"
= "1.0"
Quick Start
Sending Messages
use DiscordWebhook;
async