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
10
11
[package]
name = "backtracking_iterator"
description = "A simple implementation of a generic iterator with an item history, capable of backtracking and forgetting."
version = "0.3.0"
authors = ["Isaac van Bakel <ivb@vanbakel.io>"]
edition = "2018"

keywords = ["iterator", "backtracking", "history"]
categories = ["data-structures"]
license = "MIT"