Crate jetstream_p9_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.

Derive Macrosยง

P9WireFormat
The function that derives the actual implementation.