Expose Codec via an unstable flag (#49)
Exposes `Codec` using an unstable flag. This is useful for testing.
This commit is contained in:
@@ -5,7 +5,7 @@ const ACK_FLAG: u8 = 0x1;
|
||||
|
||||
pub type Payload = [u8; 8];
|
||||
|
||||
#[derive(Debug)]
|
||||
#[derive(Debug, Eq, PartialEq)]
|
||||
pub struct Ping {
|
||||
ack: bool,
|
||||
payload: Payload,
|
||||
|
||||
Reference in New Issue
Block a user