Available on crate feature
std
only.Expand description
DemuxMap
and related items.
Structs§
- Demux
Map - Sink which receives keys paired with items
(Key, Item)
, and pushes to the corresponding output sink in aHashMap
of sinks.
Functions§
- demux_
map - Creates a
DemuxMap
sink that sends each item to one of many outputs, depending on the key.