//! Binary wire formats shared across the server, CLI, and SDKs.
//!
//! These are pure byte (de)serialisers with no storage or persistence
//! dependency, so they compile on every target (including `wasm32`).
// Canonical cross-engine ID hashing now lives in `wire::stable_hash`. Re-exported
// here so the historical `wire::hash_edge_id` path keeps working unchanged.
pub use ;