Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/helloimalemur/discord-webhook-lib
Discord Webhook library - VERY Simple lib for sending webhooks from your codebase, without fuss, no fluff
https://github.com/helloimalemur/discord-webhook-lib
discord-library discord-webhook rust-lang
Last synced: 5 days ago
JSON representation
Discord Webhook library - VERY Simple lib for sending webhooks from your codebase, without fuss, no fluff
- Host: GitHub
- URL: https://github.com/helloimalemur/discord-webhook-lib
- Owner: helloimalemur
- License: gpl-3.0
- Created: 2023-08-07T13:43:46.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-07T23:15:24.000Z (7 months ago)
- Last Synced: 2024-10-31T11:48:15.683Z (15 days ago)
- Topics: discord-library, discord-webhook, rust-lang
- Language: Rust
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```