Crate mezzenger

source ·
Expand description

Message passing infrastructure.

See repository for more info.

Structs

Enums

Traits

  • Utility trait for creating message stream with filtered out errors.
  • Transport guaranteeing that all messages will arrive in the order they were sent.
  • Convenience trait for receiving messages.
  • Transport guaranteeing that all messages sent are delivered to the receiver (as long as underlying connection is up and running) - i.e. it does not allow messages to be ‘lost’ in transport.
  • Trait for transports that implement mezzenger interface.