Crates.io | wasmflow-transport |
lib.rs | wasmflow-transport |
version | 0.10.0 |
source | src |
created_at | 2022-06-30 19:41:04.388999 |
updated_at | 2022-07-29 14:15:36.903806 |
description | Transport layer for Wasmflow packets |
homepage | https://wasmflow.com |
repository | https://github.com/wasmflow/wasmflow-sdk |
max_upload_size | |
id | 616645 |
size | 43,091 |
Wasmflow Transport contains the structures and methods for communicating across entity boundaries. It handles abstracting payload versions and implementations so they can be used easily.
The MessageTransport
struct normalizes wasmflow_packet::Packet
s for
the Wasmflow tools.
The TransportWrapper
wraps a MessageTransport
along with the port name
it originated from.
A TransportStream
is a stream of TransportWrapper
s.