Module vortex_ipc::messages
source · Structs§
- ArrayParts represents a partially decoded Vortex array. It can be completely decoded calling
into_array_data
with a context and dtype. - An IPC message reader backed by an
AsyncRead
stream. - A stateful reader for decoding IPC messages from an arbitrary stream of bytes.
- An IPC message reader backed by a
Read
stream.
Enums§
- A message decoded from an IPC stream.
- An IPC message ready to be passed to the encoder.