Crate rusted_pipe

Source

Re-exports§

pub use packet::DataVersion;
pub use packet::PacketError;

Modules§

buffers
Module that holds the implementation of a single input buffer for a Node. An input buffer contains an allocated memory that stores data in different ways depending on implementation. Buffers offer two main functionalities:
channels
Module for the channels logic. A channel is an input or output of of a node. There are two main types: read channel and write channels.
graph
packet

Macros§

unwrap_or_return

Enums§

RustedPipeError
Possible inference error