# Starburst simple discord library for rust made for learning purposes ## Installation why would you use this loool. anyways. ```bash cargo add starburst ``` or ```toml # 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)](https://seyfert.dev).