uptrakit-wire 0.0.3

Uptrakit shared wire protocol: WS, NATS, and REST message types
Documentation
1
2
3
4
5
6
//! Re-exports all surface contract types from [`uptrakit_surfaces`].
//!
//! This module is the wire-level barrel used by controller and service runtime
//! code when constructing surface protocol messages.

pub use uptrakit_surfaces::*;