twilight-interactions-derive 0.17.0

Macros and utilities to make Discord Interactions easy to use with Twilight.
Documentation
1
2
3
4
5
6
7
8
9
//! Implementation of `CommandModel` and `CreateCommand` macros for structs with
//! named fields.

mod command_model;
mod create_command;
mod parse;

pub use command_model::impl_command_model;
pub use create_command::impl_create_command;