Skip to main content

Module features

Module features 

Source
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.