Crates.io | futures-log |
lib.rs | futures-log |
version | 0.1.1 |
source | src |
created_at | 2018-02-02 00:16:26.733142 |
updated_at | 2018-02-02 00:20:38.566199 |
description | A simple logging wrapper around `futures-rs` `Future`s and `Stream`s. |
homepage | https://github.com/hawkw/futures-log |
repository | https://github.com/hawkw/futures-log |
max_upload_size | |
id | 49255 |
size | 3,989 |
A very simple wrapper around futures-rs
Future
s and Stream
s that log
all calls to poll
and their results, to aid in debugging.