Crates.io | reticulum-packet-rs |
lib.rs | reticulum-packet-rs |
version | 0.2.0 |
source | src |
created_at | 2023-01-29 20:38:52.893351 |
updated_at | 2023-03-06 16:36:33.255083 |
description | Library to parse Reticulum packets |
homepage | |
repository | https://github.com/erethon/reticulum-packet-rs |
max_upload_size | |
id | 771187 |
size | 12,233 |
** Here be dragons
The packets to be parsed need to be provided as a Vec
It contains ugly hacks for which I'm sure there are better idiomatic Rust approaches I'm not familiar with. For now it has zero dependencies, but things like [[https://github.com/bitflags/bitflags][bitflags]] might be added.