Tobias Maier 9072ae01ad feat(transmission): improve error handling for invalid byte sequences
Refactored Protocol300Transmission parsing to provide more detailed error information when encountering invalid byte sequences. Changed the error variant from `InvalidByte` to `InvalidBytes` which now includes the problematic byte slice, enabling better debugging. Updated the match arm to capture the byte slice as `b` instead of using a wildcard, and modified the error logging to reflect these changes. The lifetime parameter was added to the `FromBytesError` enum to support the byte slice reference.
2026-01-18 19:16:03 +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%