forward-iter 0.1.0

Ensure that side effects in iterators always run forward
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "forward-iter"
version = "0.1.0"
edition = "2021"

authors = ["A4-Tacks <wdsjxhno1001@163.com>"]
keywords = ["iterator", "forward", "mutable", "extension", "adapter"]
categories = ["no-std"]
description = "Ensure that side effects in iterators always run forward"

license = "MIT"
repository = "https://github.com/A4-Tacks/forward-iter-rs"

readme = "README.md"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]