Crate jetstream_wireformat
Modules
wire_``format_``extensions
:
Structs
Data
: A type that encodes an arbitrary number of bytes of data. Typically used for Rread Twrite messages. This differs from aVec<u8>
in that it encodes the number of bytes using au32
instead of au16
.P9String
: A 9P protocol string.
Traits
Wire``Format
: A type that can be encoded on the wire using the 9P protocol.
Derive Macros
JetStream``Wire``Format
: Derives wire format encoding for structs