PackageTrack
Sign in Get early access

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
Release Pre-release

Releases

latest 7
  1. 0.2.0 11 Feb 2023
    Release notes
    • Fixed mis-orderings when joining streams that produce Pending, introduced in 0.1.3.
    • Added a Clone bound on JoinMultiple, which is needed to avoid producing Pending in 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>.
    Open source →
  2. 0.1.4 29 Jan 2023
    Release notes

    What's Changed

    • Add Peekable::into_inner() method to convert Peekable into the source stream.
    Open source →
  3. 0.1.3 02 Jan 2023
    Release notes
    • Fix Join* hang when one of the child streams never produces any value (#10, #12).
    • impl FusedOrderedStream for JoinMultiple (#9).
    • impl FusedOrderedStream for Peekable.
    • New dev deps: futures_executor and futures_util.
    • README: Add the usual badges.
    Open source →
  4. 0.1.2 02 Dec 2022
    Release notes
    • Add a README to the project.
    • Add into_inner method to Join and Map to allow getting back to the source streams.
    • Add getters for streams and buffered item to Join.
    Open source →
  5. 0.1.1 02 Aug 2022

    Nothing published for this version

  6. 0.1.0 18 Dec 2021

    Nothing published for this version

  7. 0.0.1 28 Oct 2021

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive