ordered-stream
Streams that are ordered relative to external events
0.2.0
60M downloads/mo
#1100 most downloaded on crates.io
danieldg/ordered-stream
What this package is like to depend on
Last release 4 years ago
no release in 18 months
Release timing varies
gaps range from 2 weeks to 8 months
Some releases are documented
notes for 4 of 7 stable releases
Nothing withdrawn
no release was ever pulled
5 years old
7 releases · first in 2021
0 releases in the last 12 months
see the full history below
Release timeline
7 releases · Oct 2021 to Feb 2023
2022
2023
2024
2025
2026
Releases
latest 7-
0.2.011 Feb 2023Release notes
Open source →- Fixed mis-orderings when joining streams that produce
Pending, introduced in 0.1.3. - Added a
Clonebound onJoinMultiple, which is needed to avoid producingPendingin some cases where it is possible to return an item produced by another stream later in the iteration. - Added
impl<S:OrderedStream> OrderedStream for Option<S>.
- Fixed mis-orderings when joining streams that produce
-
0.1.429 Jan 2023Release notes
Open source →What's Changed
- Add Peekable::into_inner() method to convert
Peekableinto the source stream.
- Add Peekable::into_inner() method to convert
-
0.1.302 Jan 2023 -
0.1.202 Dec 2022Release notes
Open source →- Add a README to the project.
- Add
into_innermethod toJoinandMapto allow getting back to the source streams. - Add getters for streams and buffered item to
Join.
-
0.1.102 Aug 2022Nothing published for this version
-
0.1.018 Dec 2021Nothing published for this version
-
0.0.128 Oct 2021Nothing published for this version