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§
- Typed
Fanout Consumer - Typed fanout consumer that decodes v1-framed messages using codec
C. - Typed
Fanout Mpsc Producer - Typed fanout MPSC producer that publishes into the producer→router MPSC queue.
- Typed
Fanout Producer - Typed fanout SPSC producer that publishes into the producer→router queue.
- Typed
Mpsc Consumer - Typed MPSC consumer that decodes v1-framed messages using codec
C. - Typed
Mpsc Producer - Typed MPSC producer that publishes v1-framed messages using codec
C. - Typed
Spsc Receiver - Typed SPSC receiver that decodes v1-framed messages using codec
C. - Typed
Spsc Sender - Typed SPSC sender that publishes v1-framed messages using codec
C.
Traits§
- CodecId
- Stable, compile-time codec identity.
- HasCodec
Id - Stable, compile-time codec identity.