discordrs
discordrs is a Rust library that provides:
- Discord Components V2 builders (
Container,TextDisplay,MediaGallery,Section,SelectMenu, etc.) - Modal builders and raw interaction response helpers
- Convenience helpers for sending/editing/followup messages with Components V2
Install
[]
= "0.1"
Quick Example
use ;
use Http;
use ChannelId;
async
Notes
- This library uses raw Discord HTTP payloads for Components V2 because serenity does not yet model all V2 structures directly.
- For crates.io publication, ensure the package name
discordrsis available in your account.