backtracking_iterator 0.3.0

A simple implementation of a generic iterator with an item history, capable of backtracking and forgetting.
Documentation
1
2
3
4
5
6
7
8
9
[package]
authors = ["Isaac van Bakel <ivb@vanbakel.io>"]
categories = ["data-structures"]
description = "A simple implementation of a generic iterator with an item history, capable of backtracking and forgetting."
edition = "2018"
keywords = ["iterator", "backtracking", "history"]
license = "MIT"
name = "backtracking_iterator"
version = "0.3.0"