Re-exports§
pub use channels_guard::ChannelsGuard;pub use channels_guard::ChannelsGuardBuilder;
Modules§
Macros§
- instrument
- Instrument a channel creation to wrap it with debugging proxies. Currently only supports bounded, unbounded and oneshot channels.
Structs§
- Channel
Logs - Serializable log response containing sent and received logs.
- LogEntry
- A single log entry for a message sent or received.
- Serializable
Channel Stats - Serializable version of channel statistics for JSON responses.
Enums§
- Channel
State - State of a instrumented channel.
- Channel
Type - 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).