#webhook #discord #lib

discord-webhook-lib

Discord Webhook library - VERY Simple lib for sending webhooks from your codebase, without fuss, no fluff

3 unstable releases

new 0.2.1 Mar 14, 2025
0.2.0 Mar 14, 2025
0.1.7 Apr 7, 2024
0.1.4 Mar 5, 2024

#1651 in Web programming

Download history 14/week @ 2024-11-20 7/week @ 2024-11-27 21/week @ 2024-12-04 38/week @ 2024-12-11 3/week @ 2024-12-18 6/week @ 2024-12-25 9/week @ 2025-01-22 8/week @ 2025-01-29 28/week @ 2025-02-05 12/week @ 2025-02-12 22/week @ 2025-02-19 17/week @ 2025-02-26 3/week @ 2025-03-05

55 downloads per month
Used in 3 crates

MIT license

2MB
114 lines

rust-discord-lib

Discord Webhook library - VERY Simple lib for sending webhooks from your codebase, without fuss, no fluff

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

Dependencies

~7–18MB
~243K SLoC