wasmflow-packet

Crates.iowasmflow-packet
lib.rswasmflow-packet
version0.10.0
sourcesrc
created_at2022-06-30 19:40:32.890778
updated_at2022-07-29 14:15:25.299591
descriptionRust library encapsulating the message packets sent across Wasmflow components.
homepagehttps://wasmflow.com
repositoryhttps://github.com/wasmflow/wasmflow-sdk
max_upload_size
id616640
size19,191
Jarrod Overson (jsoverson)

documentation

https://wasmflow.com

README

wasmflow-packet

The Wasmflow packet crate contains the consistent message structure for arbitrary output from Wasmflow components and collections.

Components output versioned payloads (e.g. a v1::Packet) which then get wrapped into a generic Packet to normalize differences across versions.

Packets are designed for backwards compatibility but that compatibility layer is strictly between the component and Packet, not for consumers of the Packet. Packets are not meant to be long lived and you should have a compatibility layer between Packets and your system if you depend on this crate.

Commit count: 0

cargo fmt