Expand description
Opt-in feature catalog. Each submodule is gated by its own Cargo feature flag and adds a specific capability without bloating the core build.
See Cargo.toml [features] for the catalog.
Modulesยง
- bulk
- Bulk transfer extensions on the base SPSC ring.
- metrics
- Per-instance metrics wrapper.
- mpmc_
disruptor - Multi-producer multi-consumer ring with sequence-barrier gating.
- mpsc_
fan_ in - N-producer single-consumer fan-in over N independent SPSC rings.
- wait_
strategies - Blocking wrappers around the base wait-free SPSC ring.