Skip to main content

Module factory

Module factory 

Source
Expand description

Transport factory and protocol configuration.

Owns transport-construction policy for built-in transports so higher layers (VM/runtime) stay protocol-agnostic and delegate to shape-wire.

Structs§

ShapeWireProvider
Default provider backed by shape-wire transport implementations.

Enums§

TransportKind
Supported wire transport kinds.

Traits§

WireTransportProvider
Wire-layer transport provider boundary.

Functions§

create_transport
Build a transport instance from protocol kind.