dash7 0.3.0

Implementation of a DASH7 ALP protocol codec.
Documentation

Dash7-rs

Crates.io Documentation MIT licensed codecov

An attempt to write the dash7 stack in Rust

Why not https://github.com/Stratus51/rust_dash7_alp ? Good question! @Stratus51 did very good work there. But I disliked that the bit-level operations where so intertwined with the data structs itself. So I have opted to use https://docs.rs/deku for that.

Howeverl, I have to thank @Stratus51 for many of the struct defs themselves and even documentation!