Crates.io | adiscord-types |
lib.rs | adiscord-types |
version | 0.0.6 |
source | src |
created_at | 2023-06-04 12:36:20.686976 |
updated_at | 2023-09-10 21:00:48.933939 |
description | The large list of Discord API types and Gateway types |
homepage | |
repository | https://github.com/MoskalykA/adiscord |
max_upload_size | |
id | 882151 |
size | 108,702 |
The large list of Discord API types and Gateway types
Use the package manager cargo to install adiscord.
cargo add adiscord-types
use adiscord_types;
fn show_type() -> adiscord_types::api::message::Message {
}
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.