APFSDS Protocol - Frame definitions and serialization
This crate defines the core data structures for the APFSDS protocol:
ProxyFrame: The fundamental unit of data transmissionAuthRequest/AuthResponse: Authentication handshakeTokenPayload: One-time connection tokensControlMessage: Out-of-band control messages
All structures use rkyv for zero-copy deserialization.