Tobias Maier 025331989f feat(transmission): add support for incomplete Protocol 300 messages
Add `try_from_bytes_incomplete` method to handle Protocol 300 transmissions that may contain extra trailing bytes. This improves robustness when parsing messages from unreliable sources or when dealing with partial data.

The original `try_from_bytes` method remains strict, while the new method provides a more lenient parsing option for cases where strict validation isn't required. Also added a TODO comment for future validation of message length.
2026-01-18 19:23:18 +01:00
2025-11-10 13:31:32 +01:00
2026-01-16 22:33:53 +01:00
2026-01-16 22:33:53 +01:00
2025-11-11 22:39:18 +01:00
Description
No description provided
Readme 124 KiB
Languages
Rust 100%