Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```