Expand description
Transport abstraction for Shape inter-node communication.
Provides a trait-based transport layer that decouples the wire format
from the underlying network protocol. Implementations include TCP
(always available) and QUIC (behind the quic feature flag).
Modules§
- factory
- Transport factory and protocol configuration.
- framing
- Transparent zstd compression for wire frames.
- memoized
- Memoized transport wrapper that caches results of remote function calls.
- tcp
- TCP transport implementation with length-prefixed framing.
Enums§
- Transport
Error - Errors from transport operations.
Traits§
- Connection
- A persistent, bidirectional connection to a remote node.
- Transport
- Core transport abstraction for Shape inter-node communication.