dash7 0.7.3

Implementation of a DASH7 ALP protocol codec.
Documentation
1
2
3
4
5
6
7
use deku::prelude::*;

#[derive(DekuRead, DekuWrite, Debug, Clone, PartialEq)]
pub struct SecurityKey {
    // TODO: not sure if u128 is available on all archs
    pub key: u128,
}