diterator 0.1.4

A library for range-based iteration in Rust.
Documentation
  • Coverage
  • 100%
    12 out of 12 items documented0 out of 10 items with examples
  • Size
  • Source code size: 8.65 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 718.56 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
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • ShizukaKokoro

Diterator

任意の範囲の値を無限にイテレートするためのライブラリ。 イテレートは、 for で行うことは想定せず、 next() メソッドを呼び出すことで行う。