Represent messages
This commit is contained in:
parent
cfaafba77f
commit
286ace55b4
3 changed files with 33 additions and 1 deletions
|
|
@ -1,10 +1,12 @@
|
|||
mod id;
|
||||
mod macros;
|
||||
mod message;
|
||||
|
||||
use serde::{Deserialize, Serialize};
|
||||
|
||||
pub use self::id::*;
|
||||
use self::macros::packets;
|
||||
pub use self::message::*;
|
||||
|
||||
#[derive(Debug, Deserialize, Serialize)]
|
||||
pub struct HelloCmd {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue