Crate jetstream_wireformat

Modules

wire_format_extensions

Structs

DataA type that encodes an arbitrary number of bytes of data. Typically used for Rread Twrite messages. This differs from a Vec<u8> in that it encodes the number of bytes using a u32 instead of a u16.P9StringA 9P protocol string.Wrapped

Traits

WireFormatA type that can be encoded on the wire using the 9P protocol.

Derive Macros

JetStreamWireFormatDerives wire format encoding for structs