rustio rustio.net
45

timeout-iterator

v1.1.7 Growing

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.

Apache-2.0 Edition 2018
AsynchronousCachingRust patterns #buffer#iterator#wrapper#peek#timeout

Quick Verdict

  • โœ•Not updated for 4+ years
  • โœ“Stable API (1.x for 6+ years)
  • โœ“Permissive license (Apache-2.0)

Security

Checking security advisories...
Downloads
20.3K
Dependents
0
Releases
15
Size
10KB

Deep Insights

๐Ÿ“ˆ
Strong growth momentum

26 downloads in the last 30 days (1/day), up 160% from the previous period.

โœ…
Stable for 6+ years

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.

๐Ÿ“
Compact crate

At 10KB, timeout-iterator is lightweight. Small crate size correlates with focused, well-scoped functionality.

Health Breakdown

Maintenance 4/25

Recency, release consistency, active ratio

Quality 21/25

Yanked ratio, deps, size, maturity, features

Community 6/20

Reverse deps, ownership, ecosystem

Popularity 5/15

Downloads, momentum, growth trend

Documentation 9/15

Docs, repo, license, metadata

Download Trend

Daily downloads ยท last 90 days
1/day avg+38%
05101512/291/162/32/213/113/28

Version Adoption

v1.1.7
29%
v0.5.0
20%
v1.1.4
19%
v0.2.0
16%
v0.3.0
16%

Release Timeline

15 releasessince 2019
J
F
M
A
M
J
J
A
S
O
N
D
2019
2
2020
8
2021
5
2022
2023
2024
2025
2026
Less
More

Feature Flags

default =["async"]

syncasync*

README

Loading README...

Maintainers

Dependencies
7
direct dependencies
Dependents
0
crates depend on timeout-iterator

Similar Crates