futures-rs
                                
                                 futures-rs copied to clipboard
                                
                                    futures-rs copied to clipboard
                            
                            
                            
                        Ordered stream utils
This adds utility functions for merge and diff operations on sorted streams in constant space. I had a problem at work where I needed to diff a sorted stream of database items with the keys of a bunch of s3 buckets. The generic versions of those functions seem generic enough to merit inclusion here.
Fixed the rest of the CI failures. Please let me know if you'd like me to squash everything from 4e01c51 on.
Hiho!