reiterator 0.1.0

Lazy repeatable caching iterator that only ever calculates each element once.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dev-dependencies.quickcheck]
version = "1.0.3"

[package]
authors = ["Will Sturgeon <willstrgn@gmail.com>"]
build = "build.rs"
categories = ["algorithms", "data-structures", "mathematics", "no-std::no-alloc", "rust-patterns"]
description = "Lazy repeatable caching iterator that only ever calculates each element once."
edition = "2021"
keywords = ["iterator", "repeat", "restart", "memoize", "caching"]
license = "MPL-2.0"
name = "reiterator"
readme = "README.md"
repository = "https://github.com/wrsturgeon/reiterator"
version = "0.1.0"