| Crates.io | rust-discord-lib |
| lib.rs | rust-discord-lib |
| version | 0.1.3 |
| created_at | 2024-03-05 03:48:44.12667+00 |
| updated_at | 2024-03-05 04:05:27.852876+00 |
| description | Discord Webhook library - VERY Simple lib for sending webhooks from your codebase, without fuss, no fluff |
| homepage | |
| repository | https://github.com/helloimalemur/discord-webhook-lib |
| max_upload_size | |
| id | 1162556 |
| size | 39,450 |
Discord Webhook library - VERY Simple lib for sending webhooks from your codebase, without fuss, no fluff
let result: Result<(),E> = send_discord("webhook_url", "Hello World", "Lazarus").await