Crate jetstream_wire_format_derive

Source
Expand description

Derives a 9P wire format encoding for a struct by recursively calling WireFormat::encode or WireFormat::decode on the fields of the struct. This is only intended to be used from within the p9 crate.

Attribute Macros§

protocol

Derive Macros§

JetStreamWireFormat
The function that derives the actual implementation.