timeout-iterator
v1.1.7 GrowingTimeoutIterator 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.
Quick Verdict
- โNot updated for 4+ years
- โStable API (1.x for 6+ years)
- โPermissive license (Apache-2.0)
Security
Deep Insights
26 downloads in the last 30 days (1/day), up 160% from the previous period.
The API has been stable (1.x) for over 6 years with 15 releases. This level of maturity means you can depend on it without worrying about breaking changes.
At 10KB, timeout-iterator is lightweight. Small crate size correlates with focused, well-scoped functionality.
Health Breakdown
Recency, release consistency, active ratio
Yanked ratio, deps, size, maturity, features
Reverse deps, ownership, ecosystem
Downloads, momentum, growth trend
Docs, repo, license, metadata
Download Trend
Version Adoption
Release Timeline
Feature Flags
default =["async"]