Crate channels_console

Crate channels_console 

Source

Re-exports§

pub use channels_guard::ChannelsGuard;
pub use channels_guard::ChannelsGuardBuilder;

Modules§

channels_guard

Macros§

instrument
Instrument a channel creation to wrap it with debugging proxies. Currently only supports bounded, unbounded and oneshot channels.

Structs§

ChannelLogs
Serializable log response containing sent and received logs.
LogEntry
A single log entry for a message sent or received.
SerializableChannelStats
Serializable version of channel statistics for JSON responses.

Enums§

ChannelState
State of a instrumented channel.
ChannelType
Type of a channel.
Format
Format of the output produced by ChannelsGuard on drop.

Functions§

format_bytes
Format bytes into human-readable units (B, KB, MB, GB, TB).