discord-webhook-lib 0.1.7

Discord Webhook library - VERY Simple lib for sending webhooks from your codebase, without fuss, no fluff
Documentation
1
2
3
4
5
6
7
# rust-discord-lib
Discord Webhook library - VERY Simple lib for sending webhooks from your codebase, without fuss, no fluff


```rust
    let result: Result<(), reqwest::Error> = send_discord("webhook_url", "Hello World", "Lazarus").await
```