Mercurial > public > mercurial-scm > hg
view rust/hg-core/src/dirstate_tree.rs @ 51151:aba622c7dc7e
rust: add a utility function to merge ordered fallible iterators
Adding a function merge_join_results_by, a version of
itertools::merge_join_by that works on "fallible" iterators
(iterators that can produce errors)
author | Arseniy Alekseyev <aalekseyev@janestreet.com> |
---|---|
date | Wed, 15 Nov 2023 18:41:33 +0000 |
parents | 3d0a9c6e614d |
children |
line wrap: on
line source
pub mod dirstate_map; pub mod on_disk; pub mod owning; pub mod path_with_basename; pub mod status;