]> git.mikk.net Git - mtbl-rs/commit
Simplify merge_func, dupsort helpers
authorChris Mikkelson <cmikk@fsi.io>
Fri, 13 Sep 2024 17:55:46 +0000 (12:55 -0500)
committerChris Mikkelson <cmikk@fsi.io>
Fri, 13 Sep 2024 17:55:46 +0000 (12:55 -0500)
commit9eafad423a6b7647b9cabd6deabf7eb16d2fad69
tree4a604c018bade5c87a4f5a20691751ef9bce6eb8
parent31ad86a4f26276f0416519a59d23a992228ed920
Simplify merge_func, dupsort helpers

Add the iterator wrapper methods to the Iter trait, allowing
the source implementations to apply them to the inner iterator
rather than constructing the implementation structs directly.
src/dupsort_func.rs
src/iter.rs
src/lib.rs
src/merge_func.rs
src/source.rs