memoiter 1.0.1

Memoization of Iterators, so that their past results can be indexed.
Documentation
[dependencies]

[package]
authors = ["Yaulendil <davarice@protonmail.com>"]
categories = ["caching", "data-structures"]
description = "Memoization of Iterators, so that their past results can be indexed."
edition = "2018"
exclude = ["/.idea"]
keywords = ["iterator", "memoization", "utility", "cache", "library"]
license = "MIT"
name = "memoiter"
readme = "README.md"
repository = "https://github.com/yaulendil/memoiter"
version = "1.0.1"