timeout-iterator 0.2.0

TimeoutIterator is a wrapper over any iterator that adds peek_timeout and next_timeout functions. The canonical use-case is parsing multi-line free-form records (such as tailing a log fime) where it is desirable to consume the very last line, and peek whether the record continues on the next time, but not block indefinitely on the peek.
Documentation
Build #188255 2019-09-28 02:58:13

# rustc version rustc 1.39.0-nightly (f0b58fcf0 2019-09-11)

# docs.rs version cratesfyi 0.6.0 (32074e7 2019-09-18)

# build log Updating crates.io index Fresh doc-comment v0.3.1 Documenting timeout-iterator v0.2.0 Running `rustdoc --edition=2018 --crate-name timeout_iterator /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/timeout-iterator-0.2.0/src/lib.rs --cap-lints allow --color never -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20190911-1.39.0-nightly-f0b58fcf0 --static-root-path / --disable-per-crate-search --extern-html-root-url 'doc_comment=https://docs.rs/doc-comment/0.3.1' -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern doc_comment=/home/cratesfyi/cratesfyi/debug/deps/libdoc_comment-825c9590569efd83.rmeta` Finished dev [unoptimized + debuginfo] target(s) in 1.56s