[][src]Crate rumqttlog

Re-exports

pub use mqtt4bytes;
pub use router::Connection;
pub use router::ConnectionAck;
pub use router::DataReply;
pub use router::DataRequest;
pub use router::Disconnection;
pub use router::ReplicationData;
pub use router::RouterInMessage;
pub use router::RouterOutMessage;
pub use storage::segment::Segment;
pub use storage::Log;

Modules

router
storage
tracker
volatile

Structs

Config
MeshConfig
Receiver

The receiving end of a channel.

Router
SendError

An error that may be emitted when attempting to send a value into a channel on a sender.

Sender

A transmitting end of a channel.

Enums

RecvError

An error that may be emitted when attempting to wait for a value on a receiver.

Traits

IO

Functions

bounded

Create a channel with a maximum capacity.