Skip to main content

Module wire

Module wire 

Source

Enums§

WireError
Errors from the wire codec.

Functions§

read_frame
Back-compat wrapper for callers still on std::io::Result.
read_frame_with_deadline
Read one length-prefixed JSON frame, with an optional total-operation deadline.
write_frame
Back-compat wrapper for callers still on std::io::Result.
write_frame_with_deadline
Write one length-prefixed JSON frame, with an optional total-operation deadline.