iter-fi 0.1.0

Boolean composable iterators.
Documentation
  • Coverage
  • 100%
    13 out of 13 items documented7 out of 9 items with examples
  • Size
  • Source code size: 14.08 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 3.72 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 14s Average build duration of successful builds.
  • all releases: 14s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • JT992/iter-fi
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • JT992

Boolean composable iterators.

This crate adds the iter_if method to all Iterators. If its condition is true, it calls a function and returns its result. Otherwise, it returns self.

Is this useful?

I have no idea. I made this because I had kind-of-a-use-case for IterIf.