Module prelude

Module prelude 

Source
Expand description

Curated prelude.

Re-exports§

pub use crate::meta;
pub use crate::meta;
pub use crate::Error;
pub use crate::IndexbusMsgSpec;
pub use crate::MsgMeta;

Structs§

TypedFanoutConsumer
Typed fanout consumer that decodes v1-framed messages using codec C.
TypedFanoutMpscProducer
Typed fanout MPSC producer that publishes into the producer→router MPSC queue.
TypedFanoutProducer
Typed fanout SPSC producer that publishes into the producer→router queue.
TypedMpscConsumer
Typed MPSC consumer that decodes v1-framed messages using codec C.
TypedMpscProducer
Typed MPSC producer that publishes v1-framed messages using codec C.
TypedSpscReceiver
Typed SPSC receiver that decodes v1-framed messages using codec C.
TypedSpscSender
Typed SPSC sender that publishes v1-framed messages using codec C.

Traits§

CodecId
Stable, compile-time codec identity.
HasCodecId
Stable, compile-time codec identity.