Crate rexer

Source

Modules§

bus
lane
map
mux
util

Structs§

Bus
The backing bus for Mux.
Lane
A single tagged lane in Bus.
LaneRx
A Lane receiver half.
LaneTx
A Lane sender half.
Map
A new-type over Arc<DashMap<K, V>> that abstracts items manipulation.
Mux
A multiplexer that allows for multiple senders and receivers act on a single stream of messages.

Traits§

Key
A type that can be used as a key in a Map.