consume-iterator 0.2.1

Consume any iterator fully
Documentation
  • Coverage
  • 100%
    4 out of 4 items documented2 out of 3 items with examples
  • Size
  • Source code size: 3.96 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 98.26 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 8s Average build duration of successful builds.
  • all releases: 8s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • schuelermine/consume-iterator
    1 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • schuelermine

Iterator utility for consuming an iterator fully.

To use, either use consume_iterator::consume to get the function, or use consume_iterator::ConsumeIterator to get the convenience trait.

Documentation

This library is free software, you can use and re-use it under the terms of the MIT license. A copy of the license is provided in the source repository in the “LICENSE” file.