vino-transport

Crates.iovino-transport
lib.rsvino-transport
version0.9.0
sourcesrc
created_at2021-08-05 20:47:48.937834
updated_at2022-03-01 18:44:22.806852
descriptionTransport layer for Vino packets
homepagehttps://docs.vino.dev
repositoryhttps://github.com/vinodotdev/vino-sdk
max_upload_size
id432181
size48,474
Jarrod Overson (jsoverson)

documentation

https://docs.vino.dev

README

Maintenance

vino-transport

Vino 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 vino_packet::Packets for the Vino tools.

The TransportWrapper wraps a MessageTransport along with the port name it originated from.

A TransportStream is a stream of TransportWrappers.

Commit count: 111

cargo fmt