iter_help 0.1.2

This library provides helpful tools for iterating over collections of data.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "iter_help"
version = "0.1.2"
edition = "2021"
authors = ["Austin Heller"]
description = "This library provides helpful tools for iterating over collections of data."
readme = "README.md"
repository = "https://github.com/AustinHellerRepo/iter_help"
license = "MIT OR Apache-2.0"
keywords = ["utility", "library", "iterator", "optimization", "algorithm"]
categories = ["algorithms"]

[dependencies]
paste = { version = "1.0.15" }