Expand description
Message-id to message lookup.
A per-connection lookup keyed on MsgId pairs a response
arriving on the wire with its outstanding request in constant
time. crate::util::dict::MsgIndex (an ahash-backed
std::collections::HashMap) keyed on MsgId provides the
message-flavored alias plus a thin newtype that adds
the verbs the message layer actually uses.