starburst

Crates.iostarburst
lib.rsstarburst
version0.2.2
sourcesrc
created_at2024-07-31 12:18:15.118041
updated_at2024-08-07 15:09:22.417322
descriptiona discord api wrapper
homepage
repository
max_upload_size
id1320877
size9,035
🐙 (simxnet)

documentation

README

Starburst

simple discord library for rust made for learning purposes

Installation

why would you use this loool.

anyways.

cargo add starburst

or

# Cargo.toml
starburst = "0"

Crate features

  • dashmap - Enables DashMap crate
  • gateway - Enables gateway

Notes

  • Connecting to gateway implies the creation of an http client so you shouldn't create another.
  • This crate uses some twilight crates internally, that's it.

Fun fact

"Starburst" is a type of galaxy, just like Seyfert (ts).

Commit count: 0

cargo fmt