eternal_iterator 0.1.0

Trait implementation to promise that the iterator iterates forever.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[dependencies]

[package]
authors = ["Yasuo Ozu <yasuo@ozu.email>"]
categories = ["algorithms", "rust-patterns"]
description = "Trait implementation to promise that the iterator iterates forever."
edition = "2018"
keywords = ["iterator", "data-structure"]
license = "MIT"
name = "eternal_iterator"
readme = "README.md"
repository = "https://github.com/yasuo-ozu/eternal_iterator"
version = "0.1.0"