Docs.rs
readahead-iterator-0.1.3
readahead-iterator 0.1.3
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
sourcefrog
Dependencies
Versions
72.73%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Module _changelog
readahead_
iterator
0.1.3
Module _changelog
Sections
readahead-iterator
Release History
v0.1.3 2025-12-03
v0.1.2 2025-12-03
v0.1.1 2021-04-26
v0.1.0 2021-04-25
In crate readahead_
iterator
readahead_iterator
Module
_changelog
Copy item path
Source
Expand description
§
readahead-iterator
Release History
§
v0.1.3 2025-12-03
Improved docs, no code changes.
§
v0.1.2 2025-12-03
Bug fix: Thread no longer panics when the receiver is dropped early, such as when using
.take()
to consume only part of the iterator. Similarly, the receiver no longer panics if the sender exits unexpectedly or panics.
§
v0.1.1 2021-04-26
Bug fix: Continue returning
None
repeatedly after the inner iterator terminates, rather than only once.
§
v0.1.0 2021-04-25
Initial release.