Crates.io | dash7_alp |
lib.rs | dash7_alp |
version | 0.6.3 |
source | src |
created_at | 2020-03-28 17:09:44.079876 |
updated_at | 2024-03-29 15:26:04.224042 |
description | Implementation of a DASH7 ALP protocol codec. |
homepage | |
repository | https://github.com/Stratus51/rust_dash7_alp |
max_upload_size | |
id | 223859 |
size | 402,966 |
Implementation of a Dash7 ALP protocol codec from its public specification.
This library is currently intended for desktop grade usage. It liberally uses Vec and Box, thus making allocations on its own (when decoding).
The current specification is fully implemented.
This library was not used in any project yet, so there are probably a few bugs lying around.