//! Flatland3 client ↔ server wire types.
//!
//! v1 uses a versioned envelope and serde-compatible payloads. The default
//! on-wire codec is **postcard** (see [`Codec`] and benchmark in `codec_bench`).
pub use ;
pub use ;
pub use *;
/// Current protocol version negotiated at session start.
/// Bump when postcard payload layout changes (blueprints v3, vitals regen, …).
pub const PROTOCOL_VERSION: u16 = 7;