wayray/crates/wayray-protocol/src
Till Wegmueller f394d8cd7d Add XOR diff + zstd frame encoding in wayray-protocol
Encoder: xor_diff + encode_region (per damage rectangle).
Decoder: apply_region (decompress + XOR apply to framebuffer).
Both live in wayray-protocol::encoding for shared access.
14 tests including 3 end-to-end round-trip integration tests.
2026-04-07 15:42:54 +02:00
..
codec.rs Implement wire protocol messages and codec in wayray-protocol 2026-04-07 15:35:48 +02:00
encoding.rs Add XOR diff + zstd frame encoding in wayray-protocol 2026-04-07 15:42:54 +02:00
lib.rs Add XOR diff + zstd frame encoding in wayray-protocol 2026-04-07 15:42:54 +02:00
messages.rs Implement wire protocol messages and codec in wayray-protocol 2026-04-07 15:35:48 +02:00