Tobias Maier ad9ca06bda fix(transmission): avoid lifetime in FromBytesError by owning data
Changed FromBytesError::InvalidBytes to take ownership of the byte slice by converting it to Vec<u8>. This removes the lifetime parameter from the enum, simplifying the API and preventing potential lifetime-related issues. The change ensures that error instances can be freely moved and stored without borrowing constraints.
2026-01-18 19:19:06 +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%