ad-hoc-iterator

Crates.ioad-hoc-iterator
lib.rsad-hoc-iterator
version0.2.3
sourcesrc
created_at2023-09-13 15:34:44.854093
updated_at2023-09-13 15:47:01.207435
descriptionCreate an ad hoc iterator.
homepage
repositoryhttps://github.com/Garbaz/ad-hoc-iterator
max_upload_size
id971596
size5,191
(Garbaz)

documentation

README

Ad hoc Iterator

Docs.rsLib.rsCrates.io

The Iterator Trait is very useful. The problem ist just that we can't simply construct an iterator in-place, but rather have to define a struct, impl the Iterator trait for it, and then return a value of that struct. This crates exists to alleviate that inconvenience.

Commit count: 5

cargo fmt